From adfea9ea025d481fab4743d9bd2a60c956833ae3 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Thu, 11 Nov 2021 23:46:25 -0700 Subject: Change the cursor to always be a vertical bar. --- 00-prompt.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to '00-prompt.zsh') 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" -- cgit