feat: initial commit; NixOS Era
This commit is contained in:
12
pkgs/fish/functions/nix-shell.fish.bckup
Normal file
12
pkgs/fish/functions/nix-shell.fish.bckup
Normal file
@@ -0,0 +1,12 @@
|
||||
function nix-shell
|
||||
if not command -q nix-shell
|
||||
command nix-shell;
|
||||
return $status;
|
||||
end
|
||||
|
||||
set -l _argv $argv
|
||||
argparse -i 'p/packages=' -- $argv
|
||||
or command nix-shell -- $_argv
|
||||
|
||||
set -x FISH_NIX_PACKAGES
|
||||
end
|
||||
Reference in New Issue
Block a user