]> git.donarmstrong.com Git - zsh.git/commitdiff
fix silly typo in prompt definition
authormartin f. krafft <madduck@madduck.net>
Tue, 6 May 2008 10:47:31 +0000 (11:47 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 6 May 2008 10:47:31 +0000 (11:47 +0100)
.zsh/zshrc/90_prompt

index 3e9365d44943dc3af5477da17944f0c8169004e8..cdde4daa6797c1f51aaddf5c3ffcfdabd47ec3fb 100644 (file)
@@ -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