From 65d0168be3c3af96cf3de98b7a77a9e4657ed127 Mon Sep 17 00:00:00 2001 From: Nikos Papadakis Date: Thu, 19 Oct 2023 17:33:18 +0300 Subject: [PATCH] fish --- fish/functions/fish_prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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