diff --git a/fish/functions/fish_prompt.fish b/fish/functions/fish_prompt.fish index 3750f81..229b3b9 100644 --- a/fish/functions/fish_prompt.fish +++ b/fish/functions/fish_prompt.fish @@ -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