Include missing script file
This commit is contained in:
parent
d5831463b1
commit
e2241e6924
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ begin
|
|||
|
||||
function configureSW -V dir
|
||||
source "$dir/../bash/profile.fish"
|
||||
source "$dir/../fish/profile.fish"
|
||||
echo 'eval "$(zoxide init bash)"' | installBashProfile "zoxide"
|
||||
echo "zoxide init fish | source" | installFishProfile "zoxide"
|
||||
sudo pwsh -NoProfile "$dir/install.ps1"
|
||||
|
|
Loading…
Reference in a new issue