diff --git a/scripts/Common/Software/fish/profile.fish b/scripts/Common/Software/fish/profile.fish index b0f4153d1..d124b3d2c 100755 --- a/scripts/Common/Software/fish/profile.fish +++ b/scripts/Common/Software/fish/profile.fish @@ -4,6 +4,6 @@ begin source "$dir/../../Scripts/profile-base.fish" function installFishProfile -a name title - addProfileStatement "$name" "$title" /bin/fish fish /etc/fish/conf.d $argv[3..] + addProfileStatement "$name" "$title" "/bin/env fish" fish /etc/fish/conf.d $argv[3..] end end