Streamline aliae
installation
This commit is contained in:
parent
a761514d2a
commit
5e5bb3e5df
9 changed files with 114 additions and 2 deletions
scripts/Common/Software/fish
9
scripts/Common/Software/fish/profile.fish
Normal file
9
scripts/Common/Software/fish/profile.fish
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/profile-base.fish"
|
||||
|
||||
function installFishProfile -a name title
|
||||
addProfileStatement "$name" "$title" /bin/fish fish /etc/fish/conf.d $argv[3..]
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue