backup
This commit is contained in:
parent
78f7c72749
commit
6d0f86a77e
|
@ -254,7 +254,7 @@ in {
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
upgrade = "nix-channel --update && nixos-rebuild switch && home-manager switch";
|
upgrade = "nix-channel --update && sudo nixos-rebuild switch && home-manager switch";
|
||||||
commit = "git commit -S -m";
|
commit = "git commit -S -m";
|
||||||
};
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
|
|
Loading…
Reference in New Issue