diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 05b609af..3dddc157 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -208,10 +208,11 @@ then 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 @@ else 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] ]] |