Replace aliae config with default bash profile

This commit is contained in:
Manuel Thalmann 2024-07-16 03:36:51 +02:00
parent 8315b89c6c
commit 005c575320
3 changed files with 24 additions and 6 deletions
scripts/Common/OS

View file

@ -35,6 +35,7 @@ if [ (id -u) -eq 0 ]
userdel -r "$name"
else
copyNixConfig
source "$dir/../Software/bash/main.fish"
runHook initialize || true
runHook installDrivers || true
runHook installOS || true