Fix incorrect paths
This commit is contained in:
parent
10d5a56527
commit
766ae9a5c4
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ begin
|
|||
source "$dir/../../Scripts/software.fish"
|
||||
|
||||
function configureSW -V dir
|
||||
source "../bash/profile.fish";
|
||||
source "../fish/profile.fish";
|
||||
source "$dir/../bash/profile.fish";
|
||||
source "$dir/../fish/profile.fish";
|
||||
set -l functionName _PortValhalla_ls_
|
||||
|
||||
function dump_header
|
||||
|
|
Loading…
Reference in a new issue