From: Alexander Barton Date: Tue, 5 May 2015 20:55:40 +0000 (+0200) Subject: "alex.zsh-theme": Remove "$PREFIX" variable in $PROMPT X-Git-Url: https://arthur.barton.de/gitweb/?p=OhMyZshExtensions.git;a=commitdiff_plain;h=8a4f76f1d5f53e0a909e790eff31b686875d0ae7;ds=sidebyside "alex.zsh-theme": Remove "$PREFIX" variable in $PROMPT --- diff --git a/alex.zsh-theme b/alex.zsh-theme index 0c08595..c7b1d1c 100644 --- a/alex.zsh-theme +++ b/alex.zsh-theme @@ -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