We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3f48c commit 39dff31Copy full SHA for 39dff31
scripts/choosenim-unix-init.sh
@@ -90,7 +90,7 @@ install() {
90
case "${SHELL:=sh}" in
91
*fish*)
92
say "Running fish shell?"
93
- say "set -ga fish_user_paths $nimbleBinDir"
+ say "fish_add_path $nimbleBinDir"
94
;;
95
esac
96
fi
0 commit comments