From 83e875c687c4894536818000e977d8aaf1bb114b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 10 Jul 2020 15:10:43 +0200 Subject: [PATCH] Remove outdated upgrade alias --- configurations/zsh.nix | 3 --- 1 file changed, 3 deletions(-) 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"; - }; }; }; }