From 2846db7056afa0e179bd1d1f9826e3bdb8386b9e Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 16 Jul 2024 22:12:19 +0200 Subject: [PATCH] Include missing script file --- scripts/Common/Software/zoxide/main.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Common/Software/zoxide/main.fish b/scripts/Common/Software/zoxide/main.fish index 0e2fc94e..fa47d3f4 100644 --- a/scripts/Common/Software/zoxide/main.fish +++ b/scripts/Common/Software/zoxide/main.fish @@ -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"