mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
Merge commit '15818346bf496c7e5f8cb21b2f273c47d386b7db'
This commit is contained in:
commit
88d5fb6145
2 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ function gitstatus_start() {
|
||||||
local ret=$?
|
local ret=$?
|
||||||
trap - ${sig[@]}
|
trap - ${sig[@]}
|
||||||
case "$ret" in
|
case "$ret" in
|
||||||
0|129|130|131|137|141|143)
|
0|129|130|131|137|141|143|159)
|
||||||
echo -nE $'bye\x1f0\x1e' >&"$fd_out"
|
echo -nE $'bye\x1f0\x1e' >&"$fd_out"
|
||||||
exit "$ret"
|
exit "$ret"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -424,7 +424,7 @@ function _gitstatus_daemon"${1:-}"() {
|
||||||
if [[ -x $_gitstatus_zsh_daemon ]]; then
|
if [[ -x $_gitstatus_zsh_daemon ]]; then
|
||||||
HOME=$home $_gitstatus_zsh_daemon -G $_gitstatus_zsh_version "${(@)args}" >&$pipe_fd
|
HOME=$home $_gitstatus_zsh_daemon -G $_gitstatus_zsh_version "${(@)args}" >&$pipe_fd
|
||||||
local -i ret=$?
|
local -i ret=$?
|
||||||
[[ $ret == (0|129|130|131|137|141|143) ]] && return ret
|
[[ $ret == (0|129|130|131|137|141|143|159) ]] && return ret
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(( ! _gitstatus_zsh_downloaded )) || return
|
(( ! _gitstatus_zsh_downloaded )) || return
|
||||||
|
|
Loading…
Reference in a new issue