Add fish functions

This commit is contained in:
BuyMyMojo 2025-03-24 04:34:15 +11:00
parent b2a8f9857a
commit 46e6a2d46a
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
9 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,7 @@
set -l nix_shell_info (
if test -n "$IN_NIX_SHELL"
echo -n "<nix-shell> "
end
)
echo -n -s "$nix_shell_info ~>"