diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-26 18:40:12 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-26 18:40:12 +0300 |
commit | 613b1a646eae3deb964d7d69aa986c78a5986542 (patch) | |
tree | 5cbafe52bd6f46ce2519fd1abd4b6d6c084a0bb9 /internal/p10k.zsh | |
parent | 7d6400774f0a8dc8759044de4396bce7548310d0 (diff) |
don't unset P9K_SSH
Diffstat (limited to 'internal/p10k.zsh')
-rwxr-xr-x | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index ab1db6f6..afacf703 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -4306,7 +4306,7 @@ _p9k_init() { _p9k_deinit() { (( $+functions[gitstatus_stop] )) && gitstatus_stop POWERLEVEL9K _p9k_deinit_async_pump - unset -m '(_POWERLEVEL9K_|P9K_|_p9k_)*' + unset -m '(_POWERLEVEL9K_|P9K_|_p9k_)*~P9K_SSH' } typeset -gi __p9k_enabled=0 |