Skip to content

Commit 1f5d3d1

Browse files
authored
Fix syntax error that broke fish support (#36)
1 parent e61713d commit 1f5d3d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/any-nix-shell

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ end
4444
4545
# Overwrite the nix command
4646
function nix
47-
if test \$argv[1] = run or test \$argv[1] = develop
47+
if test \$argv[1] = run
48+
or test \$argv[1] = develop
4849
$(which .any-nix-wrapper) fish \$argv
4950
else
5051
command nix \$argv

0 commit comments

Comments
 (0)