Skip to content

Commit

Permalink
Merge pull request #5 from rnewton/master
Browse files Browse the repository at this point in the history
Support for fish shell
  • Loading branch information
jamesob committed Oct 26, 2015
2 parents d2cb282 + 8e07d73 commit e00c36a
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=~/.config/fish/config.fish ;;
zsh) local SHELLRC=~/.zshrc ;;
esac
read -p "Where's your shell rc file? (default: ${SHELLRC}): " \
Expand Down

0 comments on commit e00c36a

Please sign in to comment.