mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge pull request #282 from Mrngilles/new_python_icon
Changed python icon to snake
This commit is contained in:
commit
81c55b4b74
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue