diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-08-26 18:35:25 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-08-26 18:35:25 +0300 |
commit | 2bc5a60c7a84e4b59a8012e3cab82a32b254c406 (patch) | |
tree | 3bcae56fd2059a14786e3fe33f7a0b5884318a16 | |
parent | f3d2a0755ef421b22b8d5f9a8db6d66e2f774ef9 (diff) |
Added a new Icon to the dir-segment.
-rw-r--r-- | powerlevel9k.zsh-theme | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 26ca7eac..8a5ce2b1 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -114,6 +114,7 @@ case $POWERLEVEL9K_MODE in FREEBSD_ICON $'\U1F608 ' # 😈 LINUX_ICON $'\UE271' # SUNOS_ICON $'\U1F31E ' # 🌞 + HOME_ICON $'\UE12C' # LOAD_ICON $'\UE190 ' # #RAM_ICON $'\UE87D' # RAM_ICON $'\UE1E2 ' # @@ -157,6 +158,7 @@ case $POWERLEVEL9K_MODE in FREEBSD_ICON 'BSD' LINUX_ICON 'Lx' SUNOS_ICON 'Sun' + HOME_ICON '' LOAD_ICON '' RAM_ICON '' VCS_UNTRACKED_ICON '?' @@ -535,7 +537,7 @@ prompt_dir() { fi - $1_prompt_segment "$0" "blue" "$DEFAULT_COLOR" "$current_path" + $1_prompt_segment "$0" "blue" "$DEFAULT_COLOR" "$(print_icon 'HOME_ICON') $current_path" } # Command number (in local history) |