fish: Add nix shell
functions
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
461bcfb9b6
commit
09a595c8db
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
|||
"e" = "nvim";
|
||||
"cdt" = "cd (mktemp -d)";
|
||||
};
|
||||
functions = {
|
||||
ns = "nix shell nixpkgs#$argv[1]";
|
||||
nss = "nix shell nixpkgs#$argv[1] -c $argv";
|
||||
};
|
||||
|
||||
shellAbbrs = {
|
||||
"-h" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue