Skip to content

Commit

Permalink
Fix syntax error that broke fish support (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslersn authored Jul 23, 2024
1 parent e61713d commit 1f5d3d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/any-nix-shell
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ end
# Overwrite the nix command
function nix
if test \$argv[1] = run or test \$argv[1] = develop
if test \$argv[1] = run
or test \$argv[1] = develop
$(which .any-nix-wrapper) fish \$argv
else
command nix \$argv
Expand Down

0 comments on commit 1f5d3d1

Please sign in to comment.