all repos — nixfiles @ 44347792071cba80a2701a796ee883a97150d84e

System and user configuration, managed by nix and home-manager

zsh: Set a basic fallback prompt
Alan Pearce alan@alanpearce.eu
Wed, 19 Dec 2018 19:10:02 +0100
commit

44347792071cba80a2701a796ee883a97150d84e

parent

0c84edad3f2174ef57a62ec125d1181506fbf55a

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -208,10 +208,11 @@ . $LUNCHY_DIR/lunchy-completion.zsh   fi
 fi
 
+PROMPT='%B%F{green}%n %F{blue}%~%b
+%# '
 if [[ $TERM == "dumb" ]]
 then
   unsetopt zle
-  PROMPT="> "
 else
   AGKOZAK_PROMPT_DIRTRIM=0
 
@@ -232,6 +233,7 @@ }   precmd_functions+=(check_kubectl_context)
   AGKOZAK_CUSTOM_RPROMPT='${prompt_context}%(3V.%F{${AGKOZAK_COLORS_BRANCH_STATUS}%3v%f.)'
 fi
+zplugin light agkozak/agkozak-zsh-prompt
 
 zplugin light "mollifier/anyframe"
 if [[ -n $commands[fzf] ]]