zsh: add unstable nix-shell
This commit is contained in:
parent
7fa70ff8ce
commit
e68d58c5dd
|
@ -45,6 +45,7 @@
|
||||||
tree = "exa --tree --icons";
|
tree = "exa --tree --icons";
|
||||||
s = "nix-shell --run zsh";
|
s = "nix-shell --run zsh";
|
||||||
sp = "nix-shell --run zsh -p";
|
sp = "nix-shell --run zsh -p";
|
||||||
|
spu = "nix-shell -I nixpkgs=channel:nixos-unstable --run zsh -p";
|
||||||
em = "emacsclient -c";
|
em = "emacsclient -c";
|
||||||
emnw = "emacsclient -nw";
|
emnw = "emacsclient -nw";
|
||||||
gst = "git status -sb";
|
gst = "git status -sb";
|
||||||
|
|
Loading…
Reference in New Issue