aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions/icons.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index b4a1f32f..c2565f26 100644
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -70,7 +70,7 @@ case $POWERLEVEL9K_MODE in
VCS_GIT_ICON $'\UE20E ' # 
VCS_HG_ICON $'\UE1C3 ' # 
RUST_ICON ''
- PYTHON_ICON ''
+ PYTHON_ICON $'\U1F40D' # 🐍
)
;;
'awesome-fontconfig')
@@ -123,7 +123,7 @@ case $POWERLEVEL9K_MODE in
VCS_GIT_ICON $'\UF113 ' # 
VCS_HG_ICON $'\UF0C3 ' # 
RUST_ICON $'\UE6A8' # 
- PYTHON_ICON $'\UE63C' # 
+ PYTHON_ICON $'\U1F40D' # 🐍
)
;;
*)