dotfiles/fish/functions/fish_prompt.fish
2025-03-24 04:34:15 +11:00

7 lines
No EOL
120 B
Fish

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