alias: syncConfig pushd

This commit is contained in:
Haylin Moore 2024-11-12 18:59:44 -05:00
parent 0310ac5611
commit 96174095ec

View file

@ -22,7 +22,7 @@
}; };
shellAliases = { shellAliases = {
upgrade = "home-manager switch"; upgrade = "home-manager switch";
syncConfig = "cd ~/.config/home-manager/;git pull;home-manager switch"; syncConfig = "pushd;cd ~/.config/home-manager/;git pull;home-manager switch;popd;";
}; };
initExtra = '' initExtra = ''
export PS1=$(echo "$PS1" | sed 's/λ//') export PS1=$(echo "$PS1" | sed 's/λ//')