mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-20 21:00:42 +00:00
Removed unecessary variable.
This commit is contained in:
parent
0059f9a066
commit
7151036198
@ -190,9 +190,8 @@ fi
|
||||
function print_icon() {
|
||||
local icon_name=$1
|
||||
local ICON_USER_VARIABLE=POWERLEVEL9K_${icon_name}
|
||||
local USER_ICON=${(P)ICON_USER_VARIABLE}
|
||||
if defined "$ICON_USER_VARIABLE"; then
|
||||
echo -n "$USER_ICON"
|
||||
echo -n "${(P)ICON_USER_VARIABLE}"
|
||||
else
|
||||
echo -n "${icons[$icon_name]}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user