diff options
author | Alan Pearce | 2020-07-20 12:52:05 +0200 |
---|---|---|
committer | Alan Pearce | 2020-07-20 12:52:17 +0200 |
commit | ad6e61832c17528855b2fadc1417f3d6d21e5fa8 (patch) | |
tree | 9a789c9ded511636e4b7bb1856276bfb716f53af /user | |
parent | e386f0d1b26b18a93d5c657c0d37cc811117fcdd (diff) | |
download | nixfiles-ad6e61832c17528855b2fadc1417f3d6d21e5fa8.tar.lz nixfiles-ad6e61832c17528855b2fadc1417f3d6d21e5fa8.tar.zst nixfiles-ad6e61832c17528855b2fadc1417f3d6d21e5fa8.zip |
zsh: add alias for nix-shell
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 1 |
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 hon = "home-manager news"; hoh = "home-manager-help"; + nish = "nix-shell"; nic = "nix-channel"; nica = "nix-channel --add"; nicl = "nix-channel --list"; |