7 lines
No EOL
120 B
Fish
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 ~>" |