X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/640313d05d5918455c8e95fbb668bffe8b7617dd..a7e11bc9f83c6f69ae2f96fb8a35cd6ca8ea186c:/.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