From 9832c60076646d99648bfcce8336efa8f44fe1ed Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Sun, 29 May 2016 19:39:43 +0200 Subject: [PATCH] Move prompt to .bashrc --- .config/{profile/prompt.sh => bash/rc/prompt.bash} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .config/{profile/prompt.sh => bash/rc/prompt.bash} (97%) diff --git a/.config/profile/prompt.sh b/.config/bash/rc/prompt.bash similarity index 97% rename from .config/profile/prompt.sh rename to .config/bash/rc/prompt.bash index 388273d..9d4b1bf 100644 --- a/.config/profile/prompt.sh +++ b/.config/bash/rc/prompt.bash @@ -86,7 +86,7 @@ set_prompts() PS1+="\[$reset$fg\] in " PS1+="\[$green\]\w" # working directory # PS1+="\$(prompt_git \"$white on $cyan\")" # git repository details - PS1+="\$(__git_ps1 ' \[${fg}\]on \[${cyan}\]%s')"; # on branch + PS1+="\$(__git_ps1 '\[${fg}\] on \[${cyan}\]%s')"; # on branch PS1+=$'\n' # newline PS1+="\[$reset$fg\]\$ \[$reset\]" # $ (and reset color) -- 2.43.0