]> arthur.barton.de Git - OhMyZshExtensions.git/commitdiff
"alex.zsh-theme": Remove "$PREFIX" variable in $PROMPT
authorAlexander Barton <alex@barton.de>
Tue, 5 May 2015 20:55:40 +0000 (22:55 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 5 May 2015 20:55:40 +0000 (22:55 +0200)
alex.zsh-theme

index 0c08595b7f8001c3416e9fd0e80060450abdfb21..c7b1d1cf112c4157a775568e24a424c0cbf635fb 100644 (file)
@@ -29,7 +29,7 @@ function custom_git_prompt() {
 
 local return_code="%(?..%{$R%}%? ↵%{$RESET%})"
 
-PROMPT='${PREFIX}%B%2~%b $(custom_git_prompt)%{$G%}%B$%b%{$RESET%} '
+PROMPT='%B%2~%b $(custom_git_prompt)%{$G%}%B$%b%{$RESET%} '
 RPS1="${return_code}"
 
 unset LSCOLORS