diff options
-rw-r--r-- | 00-prompt.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/00-prompt.zsh b/00-prompt.zsh index d32b576..21f6c95 100644 --- a/00-prompt.zsh +++ b/00-prompt.zsh @@ -2,3 +2,5 @@ hostname=$( which hostname &>/dev/null && hostname || cat /etc/hostname ) source "$HOME/.zshrc.d/prompts/${hostname}.zsh" 2>/dev/null || \ source "$HOME/.zshrc.d/local/prompts/${hostname}.zsh" 2>/dev/null + +PROMPT='[5 q'"$PROMPT" |