Skip to content

Commit

Permalink
Change fishrc to more common config.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewton committed Oct 26, 2015
1 parent 40cd5a9 commit 8e07d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cmd_init() {
local SHELLEX="${SHELL##*/}"
case "$SHELLEX" in
bash) local SHELLRC=~/.bashrc ;;
fish) local SHELLRC=~/.fishrc ;;
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 8e07d73

Please sign in to comment.