This commit is contained in:
arielherself 2024-08-06 14:43:55 +08:00
parent 78f7c72749
commit 6d0f86a77e
Signed by: arielherself
SSH Key Fingerprint: SHA256:AK3cyo9tFsp7Mox7K0sYphleC8hReXhnRKxwuDT5LBc
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ in {
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
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";
};
oh-my-zsh = {