Remove unnecessary statement
This commit is contained in:
parent
519d055c10
commit
3d9eef9dc6
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ function runSetup
|
|||
set -l dir (status dirname)
|
||||
source "$dir/../Scripts/config.fish"
|
||||
source "$dir/../Scripts/hooks.fish"
|
||||
set -l name (getConfig valhalla.setupUser.name)
|
||||
set -l mountDir (getConfig valhalla.partition.rootDir)
|
||||
set -l projectRoot (realpath "$dir/../../..")
|
||||
set -l projectName (basename "$projectRoot")
|
||||
|
|
Loading…
Reference in a new issue