Skip to content

Commit

Permalink
zsh: Avoid requesting fontd server
Browse files Browse the repository at this point in the history
  • Loading branch information
yoppi committed Jun 16, 2016
1 parent a0ca808 commit e949476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot.zshrc
Expand Up @@ -93,7 +93,7 @@ ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$FG[190]%}?"

local current_dir='${PWD/#$HOME/~}'

PROMPT="( ◔ ౪◔)${git_status}%{$reset_color%} < "
PROMPT="${git_status}%{$reset_color%} < "
RPROMPT="[${current_dir}${git_info}]"

## Aliases #{{{1
Expand Down

0 comments on commit e949476

Please sign in to comment.