fish/other.fish
2023-05-19 08:36:32 +01:00

10 lines
208 B
Fish

function nixshp
nix-shell --run "fish" -p $argv
end
alias n14="nixshp nodejs-slim_14 yarn"
alias n14dev="n14 --run 'pnpm dev'"
alias n19="nixshp nodejs-slim_19 yarn"
alias n19dev="n19 --run 'pnpm dev'"