summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Garside <geoff@geoffgarside.co.uk>2009-08-31 14:03:33 +0100
committerGeoff Garside <geoff@geoffgarside.co.uk>2009-08-31 14:03:33 +0100
commita92158eab3dfce4c7010e600d88dcdcd2fbb8dcb (patch)
treed899e2895ca6cc436ded968e2175798f4994510f
parent45f05b9bbc84f0ac934bb137a9ff3a01f7710c5d (diff)
downloadzsh-a92158eab3dfce4c7010e600d88dcdcd2fbb8dcb.tar.gz
zsh-a92158eab3dfce4c7010e600d88dcdcd2fbb8dcb.tar.bz2
zsh-a92158eab3dfce4c7010e600d88dcdcd2fbb8dcb.zip
Customise prompt value
-rw-r--r--prompt.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/prompt.zsh b/prompt.zsh
index 09481ded9..d191af7f5 100644
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -29,4 +29,5 @@ setopt prompt_subst
export LSCOLORS="Gxfxcxdxbxegedabagacad"
-PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
+# PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
+PROMPT='%m:%1/$(git_prompt_info) %n\$ '