diff --git a/configurations/zsh.nix b/configurations/zsh.nix index 49711a4a..683c4354 100644 --- a/configurations/zsh.nix +++ b/configurations/zsh.nix @@ -50,9 +50,6 @@ EDITOR = "nvim"; PASSWORD_STORE_DIR = "$HOME/repos/passwords"; }; - shellAliases = { - upgrade = "sudo nix-channel --update && sudo nixos-rebuild switch"; - }; }; }; }