all repos — nixfiles @ c603214467316c5c44602abbafafae52e869edb5

System and user configuration, managed by nix and home-manager

zsh: remove non-flake nix aliases

Alan Pearce
commit

c603214467316c5c44602abbafafae52e869edb5

parent

d63c46fd6c10ef8ecb416134aa3e312927a6e91c

1 file changed, 0 insertions(+), 17 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -181,28 +181,11 @@ hol = "home-manager generations";
hox = "home-manager expire-generations '-30 days'"; nish = "nix-shell"; - nic = "nix-channel"; - nica = "nix-channel --add"; - nicl = "nix-channel --list"; - nicu = "nix-channel --update"; - nicr = "nix-channel --remove"; - nicb = "nix-channel --rollback"; - snic = "sudo nix-channel"; - snica = "sudo nix-channel --add"; - snicl = "sudo nix-channel --list"; - snicu = "sudo nix-channel --update"; - snicr = "sudo nix-channel --remove"; - snicb = "sudo nix-channel --rollback"; nf = "nix flake"; nfa = "nix flake archive"; nfp = "nix flake prefetch"; nfu = "nix flake update"; nfl = "nix flake lock"; - n = "nix-env"; - ni = "nix-env -iA"; - nq = "nix-env -q"; - ne = "nix-env -e"; - nup = "nix-env -u"; nlg = "nix-env --list-generations"; snlg = "sudo nix-env --list-generations --profile /nix/var/nix/profiles/system"; ngc = "nix-collect-garbage --delete-older-than 30d";