summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-07-20 12:52:05 +0200
committerAlan Pearce2020-07-20 12:52:17 +0200
commitad6e61832c17528855b2fadc1417f3d6d21e5fa8 (patch)
tree9a789c9ded511636e4b7bb1856276bfb716f53af
parente386f0d1b26b18a93d5c657c0d37cc811117fcdd (diff)
downloadnixfiles-ad6e61832c17528855b2fadc1417f3d6d21e5fa8.tar.lz
nixfiles-ad6e61832c17528855b2fadc1417f3d6d21e5fa8.tar.zst
nixfiles-ad6e61832c17528855b2fadc1417f3d6d21e5fa8.zip
zsh: add alias for nix-shell
-rw-r--r--user/settings/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 5ad9aa7f..203cdb6d 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix
@@ -212,6 +212,7 @@ in
212 hon = "home-manager news"; 212 hon = "home-manager news";
213 hoh = "home-manager-help"; 213 hoh = "home-manager-help";
214 214
215 nish = "nix-shell";
215 nic = "nix-channel"; 216 nic = "nix-channel";
216 nica = "nix-channel --add"; 217 nica = "nix-channel --add";
217 nicl = "nix-channel --list"; 218 nicl = "nix-channel --list";