Minor changes

This commit is contained in:
2026-07-21 20:41:20 +01:00
parent 2daaf64e9b
commit a647e92782
5 changed files with 13 additions and 48 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ function nix
if test "$argv[1]" = "develop"; and test (count $argv) -eq 1
command nix develop -c fish $argv[2..-1]
else if test "$argv[1]" = "shell"
env IN_NIX_SHELL=shell nix $argv
env IN_NIX_SHELL=shell nix $argv -c fish
else
command nix $argv
end