summaryrefslogtreecommitdiff
path: root/themes/bira.zsh-theme
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2017-03-31 13:58:54 -0600
committerTuowen Zhao <ztuowen@gmail.com>2017-03-31 13:58:54 -0600
commit29bac8b37fec60bd8b4217074c2837c46daf7611 (patch)
treebc68cd315484876edde85c31b624c5a5f9046142 /themes/bira.zsh-theme
parenta80fe8e13cbad6e5ba5d2009ac8290a5255992f2 (diff)
parent66bae5a5deb7a053adfb05b38a93fe47295841eb (diff)
downloadzsh-29bac8b37fec60bd8b4217074c2837c46daf7611.tar.gz
zsh-29bac8b37fec60bd8b4217074c2837c46daf7611.tar.bz2
zsh-29bac8b37fec60bd8b4217074c2837c46daf7611.zip
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'themes/bira.zsh-theme')
-rw-r--r--themes/bira.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bira.zsh-theme b/themes/bira.zsh-theme
index 4b2853c32..29bda0be8 100644
--- a/themes/bira.zsh-theme
+++ b/themes/bira.zsh-theme
@@ -10,7 +10,7 @@ else
local user_symbol='$'
fi
-local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}'
+local current_dir='%{$terminfo[bold]$fg[blue]%}%~%{$reset_color%}'
local rvm_ruby=''
if which rvm-prompt &> /dev/null; then
rvm_ruby='%{$fg[red]%}‹$(rvm-prompt i v g)›%{$reset_color%}'