feat: add yazi integration with fish
This commit is contained in:
parent
24afd66d64
commit
3049173514
12 changed files with 2386 additions and 3 deletions
7
home/config/fish/functions/fish_prompt.fish
Normal file
7
home/config/fish/functions/fish_prompt.fish
Normal 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 ~>"
|
||||
Loading…
Add table
Add a link
Reference in a new issue