From 855a3033dda13b361f320cf8f152291024ef2961 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 6 May 2008 11:47:31 +0100 Subject: [PATCH] fix silly typo in prompt definition --- .zsh/zshrc/90_prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/90_prompt b/.zsh/zshrc/90_prompt index 3e9365d..cdde4da 100644 --- a/.zsh/zshrc/90_prompt +++ b/.zsh/zshrc/90_prompt @@ -13,7 +13,7 @@ if is_root; then _MIDDLE="%25<..<%~%<<" _PS1_HL=U fi -PS1="%${_PS1_HL:=B}%m%${(L)_PS1_HL}:i${MIDDLE}%# " +PS1="%${_PS1_HL:=B}%m%${(L)_PS1_HL}:${_MIDDLE}%# " unset _PS1_HL unset _MIDDLE -- 2.39.2