Minor fixes

This commit is contained in:
2026-07-08 10:32:18 +01:00
parent 4e229aac5e
commit 700096aca1
3 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ function fish_prompt
if test -n "$IN_NIX_SHELL"
if test "$IN_NIX_SHELL" = "shell"
set -a markers "nix-shell"
set -a markers "nix shell"
else if test "$IN_NIX_SHELL" = "pure"; or test "$IN_NIX_SHELL" = "impure"
set -a markers "nix-develop"
set -a markers "nix develop"
end
end