Commit 5811a6b1 authored by Geoff Garside's avatar Geoff Garside
Browse files

Strip colours from git.zsh

parent 0f2e63f8
...@@ -4,7 +4,7 @@ function git_prompt_info() { ...@@ -4,7 +4,7 @@ function git_prompt_info() {
branch=${ref#refs/heads/} branch=${ref#refs/heads/}
if [[ -d .git ]]; then if [[ -d .git ]]; then
CURRENT_BRANCH="%{$fg[red]%}git:(%{$fg[green]${branch}%{$fg[red])" CURRENT_BRANCH="(${branch})"
else else
CURRENT_BRANCH='' CURRENT_BRANCH=''
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment