mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
typo
This commit is contained in:
parent
cce9cf08e3
commit
a1127fa3a7
1 changed files with 1 additions and 1 deletions
|
@ -5586,7 +5586,7 @@ _p9k_init() {
|
||||||
fi
|
fi
|
||||||
if (( $+functions[iterm2_precmd] )); then
|
if (( $+functions[iterm2_precmd] )); then
|
||||||
_p9k__iterm2_precmd=$functions[iterm2_precmd]
|
_p9k__iterm2_precmd=$functions[iterm2_precmd]
|
||||||
functions[iterm2_precmd]='local _p9k_status=$?; zle || return; () { return $_p9k_status; }; '$_p9k__iterm2_precmd
|
functions[iterm2_precmd]='local _p9k_status=$?; zle && return; () { return $_p9k_status; }; '$_p9k__iterm2_precmd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if _p9k_segment_in_use todo; then
|
if _p9k_segment_in_use todo; then
|
||||||
|
|
Loading…
Reference in a new issue