updated nixsh
This commit is contained in:
12
other.fish
12
other.fish
@@ -1,9 +1,15 @@
|
||||
function nixshp
|
||||
function nixsh
|
||||
if count $argv = 0 > /dev/null
|
||||
nix-shell --run "fish"
|
||||
end
|
||||
|
||||
nix-shell --run "fish" -p $argv
|
||||
end
|
||||
|
||||
alias n14="nixshp nodejs-slim_14 yarn"
|
||||
alias n14="nixsh nodejs-slim_14 yarn nodePackages.eslint"
|
||||
alias n14dev="n14 --run 'pnpm dev'"
|
||||
alias n14pl="n14 --run 'pnpm prod-local'"
|
||||
|
||||
alias n19="nixshp nodejs-slim_19 yarn"
|
||||
alias n19="nixsh nodejs-slim_19 yarn nodePackages.eslint"
|
||||
alias n19dev="n19 --run 'pnpm dev'"
|
||||
alias n19pl="n19 --run 'pnpm prod-local'"
|
||||
|
||||
Reference in New Issue
Block a user