mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-05 21:39:42 +00:00
Changed python icon to snake
This commit is contained in:
parent
45ff1d1b51
commit
f50ac9edd8
@ -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' # 🐍
|
||||
)
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user