This commit is contained in:
Nikos Papadakis 2023-10-19 17:33:18 +03:00
parent 8e6ce0f386
commit 65d0168be3
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02

View file

@ -88,8 +88,8 @@ function fish_prompt
set -l nix_info set -l nix_info
if [ -n "$IN_NIX_SHELL" ] if [ -n "$IN_NIX_SHELL" ]
set nix_info "$yellow (in nix shell)" set nix_info (set_color 7EB6E1) "(nix)"
end end
echo -n -s $arrow ' ' $cwd $nix_info $repo_info $normal ' ' echo -n -s $nix_info ' ' $arrow ' ' $cwd $repo_info $normal ' '
end end