We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295f656 commit 7b72795Copy full SHA for 7b72795
agkozak-zsh-prompt.plugin.zsh
@@ -96,6 +96,7 @@ typeset -g AGKOZAK_COLORS_USER_HOST=${AGKOZAK_COLORS_USER_HOST:-green}
96
typeset -g AGKOZAK_COLORS_PATH=${AGKOZAK_COLORS_PATH:-blue}
97
typeset -g AGKOZAK_COLORS_BRANCH_STATUS=${AGKOZAK_COLORS_BRANCH_STATUS:-yellow}
98
99
+# AGKOZAK_USER_HOST_DISPLAY determines whether user and host will be displayed (default: 1)
100
typeset -g AGKOZAK_USER_HOST_DISPLAY=${AGKOZAK_USER_HOST_DISPLAY:-1}
101
102
setopt PROMPT_SUBST NO_PROMPT_BANG
@@ -736,6 +737,7 @@ _agkozak_precmd() {
736
737
# Globals:
738
# AGKOZAK_CUSTOM_PROMPT
739
# AGKOZAK_COLORS_EXIT_STATUS
740
+# AGKOZAK_USER_HOST_DISPLAY
741
# AGKOZAK_COLORS_USER_HOST
742
# AGKOZAK_COLORS_PATH
743
# AGKOZAK_PROMPT_WHITESPACE
0 commit comments