nix/home/terminal/fish_functions/nix-shell.fish
Sean Kovacs e228035134
refactor home/tiling
refactor home/terminal

refactor home/apps

refactor home/services

refactor home/games
2026-01-19 12:40:30 -05:00

5 lines
105 B
Fish

if test (count $argv) -eq 0
command nix-shell --run fish
else
command nix-shell --run fish $argv
end