Allow flagging git
as installed
This commit is contained in:
parent
2eb56e20f1
commit
2c2c2889c2
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ begin
|
|||
set -l dir (status dirname)
|
||||
source "$(status dirname)/../../Scripts/software.fish"
|
||||
|
||||
function getSWName
|
||||
echo "git"
|
||||
end
|
||||
|
||||
function configureSW -S -V dir
|
||||
source "$dir/../../Scripts/config.fish"
|
||||
set -l branch "valhalla.git.defaultBranch"
|
||||
|
|
Loading…
Reference in a new issue