Skip to content

Commit

Permalink
Merge pull request #811 from apainintheneck/add-fish-post-install-ins…
Browse files Browse the repository at this point in the history
…tructions

install: add fish post install instructions
  • Loading branch information
MikeMcQuaid authored Oct 22, 2023
2 parents 35c4946 + b479c7a commit 42d4274
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,9 @@ case "${SHELL}" in
shell_rcfile="${ZDOTDIR:-"${HOME}"}/.zprofile"
fi
;;
*/fish*)
shell_rcfile="${HOME}/.config/fish/config.fish"
;;
*)
shell_rcfile="${ENV:-"${HOME}/.profile"}"
;;
Expand Down

0 comments on commit 42d4274

Please sign in to comment.