Fix incorrect fish
shebang
This commit is contained in:
parent
976f543b36
commit
a98f363eaa
|
@ -4,6 +4,6 @@ begin
|
||||||
source "$dir/../../Scripts/profile-base.fish"
|
source "$dir/../../Scripts/profile-base.fish"
|
||||||
|
|
||||||
function installFishProfile -a name title
|
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
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue