Skip to content

Commit

Permalink
Add support for fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewton committed Oct 26, 2015
1 parent d2cb282 commit 40cd5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desk
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ cmd_init() {
local SHELLEX="${SHELL##*/}"
case "$SHELLEX" in
bash) local SHELLRC=~/.bashrc ;;
fish) local SHELLRC=~/.fishrc ;;
zsh) local SHELLRC=~/.zshrc ;;
esac
read -p "Where's your shell rc file? (default: ${SHELLRC}): " \
Expand Down

0 comments on commit 40cd5a9

Please sign in to comment.