Browse Source

Display separator when purpose is defined

DricomDragon 4 years ago
parent
commit
cae7ef1fce
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Install/Templates/home/config/fish/functions/fish_prompt.fish

+ 5 - 0
Install/Templates/home/config/fish/functions/fish_prompt.fish

@@ -31,6 +31,11 @@ function fish_prompt --description 'Write out the prompt'
     end
 
     # Purpose
+    set -q FISH_SHELL_PURPOSE
+    if test $status -eq 0
+        set_color normal
+        echo -n '['
+    end
     set_color blue
     echo -n $FISH_SHELL_PURPOSE
     set_color normal