X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/640313d05d5918455c8e95fbb668bffe8b7617dd..855a3033dda13b361f320cf8f152291024ef2961:/.zsh/zshrc/90_prompt 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