summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-12-02 10:56:34 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-12-02 10:56:34 +0300
commitb90b36251dcaa170f6a6553fbbaf5d4f4dd1786a (patch)
treef82fcad6185bc66cf74089d0e301f6657d5b9930
parent2c3bcd8b5d301f469fd8095d32ab2dc18e254a8e (diff)
fix iterm2 integration when not using zsh4humans v5 (#192 and #1138)
-rw-r--r--internal/p10k.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 6304bc1c..cd0a2196 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -7844,8 +7844,8 @@ _p9k_init_prompt() {
_p9k_prompt_prefix_left+=$'%{\ePtmux;\e\e]133;A\a\e\\%}'
_p9k_prompt_suffix_left+=$'%{\ePtmux;\e\e]133;B\a\e\\%}'
else
- _p9k_prompt_prefix_left+=$'%{\e]133;A\a\e%}'
- _p9k_prompt_suffix_left+=$'%{\e]133;B\a\e%}'
+ _p9k_prompt_prefix_left+=$'%{\e]133;A\a%}'
+ _p9k_prompt_suffix_left+=$'%{\e]133;B\a%}'
fi
fi
@@ -7937,7 +7937,7 @@ _p9k_must_init() {
[[ $sig == $_p9k__param_sig ]] && return 1
_p9k_deinit
fi
- _p9k__param_pat=$'v111\1'${(q)ZSH_VERSION}$'\1'${(q)ZSH_PATCHLEVEL}$'\1'
+ _p9k__param_pat=$'v112\1'${(q)ZSH_VERSION}$'\1'${(q)ZSH_PATCHLEVEL}$'\1'
_p9k__param_pat+=$'${#parameters[(I)POWERLEVEL9K_*]}\1${(%):-%n%#}\1$GITSTATUS_LOG_LEVEL\1'
_p9k__param_pat+=$'$GITSTATUS_ENABLE_LOGGING\1$GITSTATUS_DAEMON\1$GITSTATUS_NUM_THREADS\1'
_p9k__param_pat+=$'$GITSTATUS_CACHE_DIR\1$GITSTATUS_AUTO_INSTALL\1${ZLE_RPROMPT_INDENT:-1}\1'