There was an error while loading. Please reload this page.
2 parents d2cb282 + 8e07d73 commit e00c36aCopy full SHA for e00c36a
desk
@@ -51,6 +51,7 @@ cmd_init() {
51
local SHELLEX="${SHELL##*/}"
52
case "$SHELLEX" in
53
bash) local SHELLRC=~/.bashrc ;;
54
+ fish) local SHELLRC=~/.config/fish/config.fish ;;
55
zsh) local SHELLRC=~/.zshrc ;;
56
esac
57
read -p "Where's your shell rc file? (default: ${SHELLRC}): " \
0 commit comments