Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
replace a couple of emoji with nerd fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaymmm committed Jan 21, 2017
1 parent fed7354 commit d543dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/icons.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ case $POWERLEVEL9K_MODE in
BACKGROUND_JOBS_ICON $'\uF013 ' #
TEST_ICON $'\uF188' #
TODO_ICON $'\u2611' #
BATTERY_ICON $'\U1F50B' # 🔋
BATTERY_ICON $'\uf241' #
OK_ICON $'\u2713' #
FAIL_ICON $'\u2718' #
SYMFONY_ICON $'\uE757' #
Expand Down Expand Up @@ -187,7 +187,7 @@ case $POWERLEVEL9K_MODE in
VCS_HG_ICON $'\uF0C3 ' #
VCS_SVN_ICON '(svn) '
RUST_ICON $'\uE7A8' #
PYTHON_ICON $'\U1F40D' # 🐍
PYTHON_ICON $'\ue73c' #
SWIFT_ICON $'\uE755' #
)
;;
Expand Down

0 comments on commit d543dcc

Please sign in to comment.