2024-07-16 01:30:14 +00:00
|
|
|
#!/bin/env fish
|
|
|
|
begin
|
|
|
|
set -l dir (status dirname)
|
|
|
|
source "$dir/../../Scripts/profile-base.fish"
|
|
|
|
|
|
|
|
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
|