refactor home/terminal refactor home/apps refactor home/services refactor home/games
5 lines
105 B
Fish
5 lines
105 B
Fish
if test (count $argv) -eq 0
|
|
command nix-shell --run fish
|
|
else
|
|
command nix-shell --run fish $argv
|
|
end
|