From 11ab42529bd4547c6ddff2811dba655ce409010d Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 3 Feb 2023 16:15:27 -0600 Subject: Allow shell integration with VSCode and others --- zsh/.config/zsh/.p10k.zsh | 2 ++ 1 file changed, 2 insertions(+) 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} -- cgit v1.2.3