Skip to content

Commit

Permalink
s/terraform/tf/ in ascii icons
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Mar 6, 2020
1 parent c9c6073 commit 7306efb
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 @@ -617,7 +617,7 @@ function _p9k_init_icons() {
RANGER_ICON 'ranger'
MIDNIGHT_COMMANDER_ICON 'mc'
VIM_ICON 'vim'
TERRAFORM_ICON 'terraform'
TERRAFORM_ICON 'tf'
PROXY_ICON 'proxy'
DOTNET_ICON '.net'
DOTNET_CORE_ICON '.net'
Expand Down
2 changes: 1 addition & 1 deletion internal/p10k.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7439,7 +7439,7 @@ _p9k_must_init() {
[[ $sig == $_p9k__param_sig ]] && return 1
_p9k_deinit
fi
_p9k__param_pat=$'v69\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1'
_p9k__param_pat=$'v70\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1'
_p9k__param_pat+=$'${#parameters[(I)POWERLEVEL9K_*]}\1${(%):-%n%#}\1$GITSTATUS_LOG_LEVEL\1'
_p9k__param_pat+=$'$GITSTATUS_ENABLE_LOGGING\1$GITSTATUS_DAEMON\1$GITSTATUS_NUM_THREADS\1'
_p9k__param_pat+=$'$DEFAULT_USER\1${ZLE_RPROMPT_INDENT:-1}\1$P9K_SSH\1$__p9k_ksh_arrays\1'
Expand Down

0 comments on commit 7306efb

Please sign in to comment.