summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJurriën Stutterheim <j.stutterheim@me.com>2011-05-20 13:21:04 +0200
committerJurriën Stutterheim <j.stutterheim@me.com>2011-05-20 13:21:04 +0200
commit8454542ddc33c4907bb864054b9adb0cf61d9002 (patch)
tree1bbdd3b35c5568ac0813921cadfc349c1897e4ab /themes
parente199e1dae8f43e3de3bfd59696226497a7c3c3d1 (diff)
downloadzsh-8454542ddc33c4907bb864054b9adb0cf61d9002.tar.gz
zsh-8454542ddc33c4907bb864054b9adb0cf61d9002.tar.bz2
zsh-8454542ddc33c4907bb864054b9adb0cf61d9002.zip
Update, no more full path
Diffstat (limited to 'themes')
-rw-r--r--themes/norm.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/norm.zsh-theme b/themes/norm.zsh-theme
index 933fad2ad..5f0ad03ee 100644
--- a/themes/norm.zsh-theme
+++ b/themes/norm.zsh-theme
@@ -1,4 +1,4 @@
-PROMPT='%{$fg[yellow]%}λ %{$fg[green]%}${PWD/#$HOME/~} %{$fg[yellow]%}→ $(git_prompt_info)%{$reset_color%}'
+PROMPT='%{$fg[yellow]%}λ %{$fg[green]%}%c %{$fg[yellow]%}→ $(git_prompt_info)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="λ %{$fg[blue]%}git %{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[yellow]%} → %{$reset_color%}"