Skip to content

Commit e00c36a

Browse files
committed
Merge pull request #5 from rnewton/master
Support for fish shell
2 parents d2cb282 + 8e07d73 commit e00c36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

desk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ cmd_init() {
5151
local SHELLEX="${SHELL##*/}"
5252
case "$SHELLEX" in
5353
bash) local SHELLRC=~/.bashrc ;;
54+
fish) local SHELLRC=~/.config/fish/config.fish ;;
5455
zsh) local SHELLRC=~/.zshrc ;;
5556
esac
5657
read -p "Where's your shell rc file? (default: ${SHELLRC}): " \

0 commit comments

Comments
 (0)