Skip to content

Commit 39dff31

Browse files
authored
Use fish_add_path instead of modifying fish_user_paths directly
1 parent ad3f48c commit 39dff31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/choosenim-unix-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ install() {
9090
case "${SHELL:=sh}" in
9191
*fish*)
9292
say "Running fish shell?"
93-
say "set -ga fish_user_paths $nimbleBinDir"
93+
say "fish_add_path $nimbleBinDir"
9494
;;
9595
esac
9696
fi

0 commit comments

Comments
 (0)