Skip to content

Commit

Permalink
bump version + cleanup (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Jul 25, 2023
1 parent baf03bf commit 6810449
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 @@ -497,7 +497,7 @@ function _p9k_init_icons() {
LINUX_RHEL_ICON '\uF316'$s #
LINUX_AMZN_ICON '\uF270'$s #
LINUX_ENDEAVOUROS_ICON '\UF322'$s #
LINUX_ROCKY_ICON '\UF32b'$s #
LINUX_ROCKY_ICON '\UF32B'$s #
LINUX_ICON '\uF17C' #
SUNOS_ICON '\uF185 ' #
HOME_ICON '\uF015'$s #
Expand Down
2 changes: 1 addition & 1 deletion internal/p10k.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9401,7 +9401,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.19.5
typeset -g P9K_VERSION=1.19.6
unset VSCODE_SHELL_INTEGRATION

_p9k_init_ssh
Expand Down

0 comments on commit 6810449

Please sign in to comment.