diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.p10k.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.p10k.zsh b/zsh/.config/zsh/.p10k.zsh index eb7e021..733b8e6 100644 --- a/zsh/.config/zsh/.p10k.zsh +++ b/zsh/.config/zsh/.p10k.zsh @@ -1615,6 +1615,8 @@ (( ! $+functions[p10k] )) || p10k reload } +typeset -g POWERLEVEL9K_TERM_SHELL_INTEGRATION=true + # Tell `p10k configure` which file it should overwrite. typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} |