Skip to content

Commit

Permalink
Merge pull request ryanoasis#85 from dritter/home_icon_whitespace_qui…
Browse files Browse the repository at this point in the history
…ckfix

Fix extra whitespace in `dir` segment.
  • Loading branch information
bhilburn committed Sep 5, 2015
2 parents 8ce1444 + b5e5ac9 commit f0e8b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions powerlevel9k.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ case $POWERLEVEL9K_MODE in
FREEBSD_ICON $'\U1F608 ' # 😈
LINUX_ICON $'\U1F427 ' # 🐧
SUNOS_ICON $'\U1F31E ' # 🌞
HOME_ICON $'\UE12C' #
HOME_ICON $'\UE12C ' #
VCS_UNTRACKED_ICON "\UE16C" #
VCS_UNSTAGED_ICON "\UE17C" #
VCS_STAGED_ICON "\UE168" #
Expand Down Expand Up @@ -504,7 +504,7 @@ prompt_dir() {

fi

$1_prompt_segment "$0" "blue" "$DEFAULT_COLOR" "$(print_icon 'HOME_ICON') $current_path"
$1_prompt_segment "$0" "blue" "$DEFAULT_COLOR" "$(print_icon 'HOME_ICON')$current_path"
}

# Command number (in local history)
Expand Down

0 comments on commit f0e8b99

Please sign in to comment.