From 8a4f76f1d5f53e0a909e790eff31b686875d0ae7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 5 May 2015 22:55:40 +0200 Subject: [PATCH] "alex.zsh-theme": Remove "$PREFIX" variable in $PROMPT --- alex.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2