mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
fix centos core dump
This commit is contained in:
parent
0a733e5491
commit
02772b3375
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ schedprompt() {
|
|||
# to avoid error messages).
|
||||
# Otherwise it updates on entry to zle, so there's no loss.
|
||||
if [ "$WIDGET" = "" ] || [ "$WIDGET" = "accept-line" ] ; then
|
||||
zle && zle reset-prompt;
|
||||
zle && zle .reset-prompt;
|
||||
fi
|
||||
|
||||
# This ensures we're not too far off the start of the minute
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue