nix-conf/home/config/fish/functions/fish_prompt.fish
2025-01-25 21:09:16 +08:00

7 lines
121 B
Fish

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