summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-12-08 21:40:01 -0500
committerJune McEnroe <programble@gmail.com>2013-12-08 21:40:01 -0500
commit9054ed265cac78b826757d70b5820803444237b2 (patch)
tree30359f2058bf29059de20f44a8e0e469c44f6df3 /.zshrc
parentAdd heroku aliases (diff)
downloadsrc-9054ed265cac78b826757d70b5820803444237b2.tar.gz
src-9054ed265cac78b826757d70b5820803444237b2.zip
Use ellipsis in prompt
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 36fa2e01..618f60ff 100644
--- a/.zshrc
+++ b/.zshrc
@@ -63,5 +63,5 @@ EDITOR=vim
 
 unset _prompt_host
 [[ -n "$SSH_CLIENT" ]] && _prompt_host="%{$fg[magenta]%}%m:"
-PROMPT=$'%{$terminfo[bold]$fg[green]%}[$_prompt_host%{$fg[blue]%}%30<..<%~$(gitprompt)%{$fg[green]%}]%(!.#.$)%{$terminfo[sgr0]$reset_color%} '
+PROMPT=$'%{$terminfo[bold]$fg[green]%}[$_prompt_host%{$fg[blue]%}%30<…<%~$(gitprompt)%{$fg[green]%}]%(!.#.$)%{$terminfo[sgr0]$reset_color%} '
 RPROMPT="%(?..%{$terminfo[bold]$fg[green]%}[%{$fg[red]%}%?%{$fg[green]%}]%{$terminfo[sgr0]%})"