Editor aliases
This commit is contained in:
parent
32dbb0849e
commit
d163200467
@ -47,7 +47,8 @@
|
||||
"b" = "nix build";
|
||||
"p" = "nix-shell --run zsh -p";
|
||||
"s" = "nix shell";
|
||||
"e" = "nix edit";
|
||||
"e" = "$EDITOR -n";
|
||||
"dog" = "$EDITOR -n -";
|
||||
"d" = "nix develop";
|
||||
"r" = "nix run";
|
||||
"f" = "nix search";
|
||||
|
Loading…
Reference in New Issue
Block a user