nix-conf/home/config/fish/functions/fish_prompt.fish
2026-01-10 12:46:40 +08:00

7 lines
121 B
Fish
Executable file

set -l nix_shell_info (
if test -n "$IN_NIX_SHELL"
echo -n "<nix-shell> "
end
)
echo -n -s "$nix_shell_info ~>"