summary refs log tree commit diff stats
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rwxr-xr-xzsh/zshrc9
1 files changed, 3 insertions, 6 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 3bf6e3b9..18cc118e 100755
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -168,13 +168,10 @@ zstyle ':vcs_info:*' enable git hg
 zstyle ':completion:*:*:(^rm):*:*files' ignored-patterns '*?.o' '*?.c~' '*?.old' '*?.pro'
 
 ## Prompt
-if [[ $term = "putty" ]];then
-	prompt_char="›"
-else
-	prompt_char=">"
-fi
+autoload -U promptinit
+promptinit
 
-PS1="%B%~%(!.%{$fg[red]%}.%{$fg[green]%})$prompt_char%f%b "
+prompt pure
 
 # Options