fish
This commit is contained in:
parent
8e6ce0f386
commit
65d0168be3
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ function fish_prompt
|
|||
|
||||
set -l nix_info
|
||||
if [ -n "$IN_NIX_SHELL" ]
|
||||
set nix_info "$yellow (in nix shell)"
|
||||
set nix_info (set_color 7EB6E1) "(nix)"
|
||||
end
|
||||
|
||||
echo -n -s $arrow ' ' $cwd $nix_info $repo_info $normal ' '
|
||||
echo -n -s $nix_info ' ' $arrow ' ' $cwd $repo_info $normal ' '
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue