2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-01-07 10:57:30 +01:00

zsh: add unstable nix-shell

This commit is contained in:
Felix Albrigtsen 2023-10-05 17:32:21 +02:00 committed by Felix Albrigtsen
parent 7fa70ff8ce
commit e68d58c5dd

View File

@ -45,6 +45,7 @@
tree = "exa --tree --icons";
s = "nix-shell --run zsh";
sp = "nix-shell --run zsh -p";
spu = "nix-shell -I nixpkgs=channel:nixos-unstable --run zsh -p";
em = "emacsclient -c";
emnw = "emacsclient -nw";
gst = "git status -sb";