Remove unnecessary statement

This commit is contained in:
Manuel Thalmann 2024-07-20 14:04:09 +02:00
parent e23dec2a75
commit b7c3c13b27

View file

@ -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")