Browse Source

Move the spaces around again :P

master
Geoff Garside 15 years ago
parent
commit
a165a6a078
  1. 2
      git.zsh
  2. 2
      themes/geoffgarside.zsh-theme

2
git.zsh

@ -4,7 +4,7 @@ function git_prompt_info() { @@ -4,7 +4,7 @@ function git_prompt_info() {
branch=${ref#refs/heads/}
if [[ -d .git ]]; then
CURRENT_BRANCH="(%{$fg[red]%}${branch}%{$reset_color%})$(parse_git_dirty) "
CURRENT_BRANCH="(%{$fg[red]%}${branch}%{$reset_color%})$(parse_git_dirty)"
else
CURRENT_BRANCH=''
fi

2
themes/geoffgarside.zsh-theme

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
# PROMPT="[%*] %n:%c $(git_prompt_info)%(!.#.$) "
PROMPT='[%*] %{$fg[cyan]%}%n%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%} $(git_prompt_info)%(!.#.$) '
PROMPT='[%*] %{$fg[cyan]%}%n%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) '

Loading…
Cancel
Save