diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-02-03 16:15:27 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-02-03 16:15:27 -0600 |
commit | 11ab42529bd4547c6ddff2811dba655ce409010d (patch) | |
tree | e9d1bc11a0d7ff91d71e43facdb41dcccf7957fc | |
parent | add gentoo (diff) | |
download | dotfiles-11ab42529bd4547c6ddff2811dba655ce409010d.tar dotfiles-11ab42529bd4547c6ddff2811dba655ce409010d.tar.gz dotfiles-11ab42529bd4547c6ddff2811dba655ce409010d.tar.bz2 dotfiles-11ab42529bd4547c6ddff2811dba655ce409010d.tar.lz dotfiles-11ab42529bd4547c6ddff2811dba655ce409010d.tar.xz dotfiles-11ab42529bd4547c6ddff2811dba655ce409010d.tar.zst dotfiles-11ab42529bd4547c6ddff2811dba655ce409010d.zip |
Allow shell integration with VSCode and others
Diffstat (limited to '')
-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} |