瀏覽代碼

fix bug of zsh prompt

pull/1/head
10sr 10 年之前
父節點
當前提交
7a73754c06
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      shrc

+ 1
- 1
shrc 查看文件

@@ -1224,7 +1224,7 @@ if $inzsh
then
PROMPT="\
${__my_c4}:: ${__my_cdef}[${__my_c2}%n@%M${__my_cdef}:${__my_c1}%~/${__my_cdef}]\$(__my_ps1_info)
${__my_c4}:: ${__my_cdef} \$(__my_ps1_jobs)${__my_ps1_str}\$(__my_alert_fail)%# "
${__my_c4}:: ${__my_cdef}\$(__my_ps1_jobs)${__my_ps1_str}\$(__my_alert_fail)%# "
RPROMPT="%D{%Y/%m/%d %H:%M}"
fi



Loading…
取消
儲存