PortValhalla/scripts/Common/Software/fish/profile.fish

10 lines
256 B
Fish
Raw Permalink Normal View History

2024-07-16 01:30:14 +00:00
#!/bin/env fish
begin
set -l dir (status dirname)
2024-11-01 12:12:16 +00:00
source "$dir/../../../lib/profile-base.fish"
2024-07-16 01:30:14 +00:00
function installFishProfile -a name title
2024-09-22 13:10:56 +00:00
addProfileStatement "$name" "$title" "/bin/env fish" fish /etc/fish/conf.d $argv[3..]
2024-07-16 01:30:14 +00:00
end
end