diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-07-07 19:54:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 19:54:50 +0300 |
commit | 81c55b4b7465a427c4ed4aa066d1ff3612f8469d (patch) | |
tree | b6373bb84e90730afdc758da3f986b76b995f792 | |
parent | 467742286f42c1b72f3992121eafd5b5658ffc81 (diff) | |
parent | f50ac9edd8ff5ab5b0fcfbe4c54ab3e5dedcca72 (diff) |
Merge pull request #282 from Mrngilles/new_python_icon
Changed python icon to snake
-rw-r--r-- | functions/icons.zsh | 4 |
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' # 🐍 ) ;; *) |