fix last commit

This commit is contained in:
Andre Henriques 2023-06-10 16:32:57 +01:00
parent c84a8d5028
commit 9f77ae110a

View File

@ -1,5 +1,5 @@
function nixsh
if count $argv > /dev/null
if test (count $argv) = 0
nix-shell --run "fish"
return $status
end