From: martin f. krafft Date: Tue, 6 May 2008 10:47:31 +0000 (+0100) Subject: fix silly typo in prompt definition X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/855a3033dda13b361f320cf8f152291024ef2961?pf=etc fix silly typo in prompt definition --- 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