mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-23 04:40:06 +00:00
minor cleanup (#2758)
This commit is contained in:
parent
f31d01dbb1
commit
087405df78
2 changed files with 2 additions and 2 deletions
|
@ -861,7 +861,7 @@ function _p9k_init_icons() {
|
|||
LINUX_AMZN_ICON 'amzn'
|
||||
LINUX_ENDEAVOUROS_ICON 'edvos'
|
||||
LINUX_ROCKY_ICON 'rocky'
|
||||
LINUX_ALMALINUX_ICON 'almalinux'
|
||||
LINUX_ALMALINUX_ICON 'alma'
|
||||
LINUX_GUIX_ICON 'guix'
|
||||
LINUX_NEON_ICON 'neon'
|
||||
SUNOS_ICON 'sunos'
|
||||
|
|
|
@ -9495,7 +9495,7 @@ if [[ $__p9k_dump_file != $__p9k_instant_prompt_dump_file && -n $__p9k_instant_p
|
|||
zf_rm -f -- $__p9k_instant_prompt_dump_file{,.zwc} 2>/dev/null
|
||||
fi
|
||||
|
||||
typeset -g P9K_VERSION=1.20.12
|
||||
typeset -g P9K_VERSION=1.20.13
|
||||
|
||||
if [[ ${VSCODE_SHELL_INTEGRATION-} == <1-> && ${+__p9k_force_term_shell_integration} == 0 ]]; then
|
||||
typeset -gri __p9k_force_term_shell_integration=1
|
||||
|
|
Loading…
Reference in a new issue