alias: syncConfig pushd
This commit is contained in:
parent
0310ac5611
commit
96174095ec
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -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/λ//')
|
||||||
|
|
Loading…
Reference in a new issue