Skip to content

Commit

Permalink
minor cleanup (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Sep 17, 2024
1 parent f31d01d commit 087405d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/icons.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion internal/p10k.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 087405d

Please sign in to comment.