From b5063aad20218835836babfa5e4fba80354c2ffe Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Tue, 17 Dec 2019 19:00:21 -0800 Subject: [PATCH] unfuck bashrc --- dotfiles/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 35a35ab..6f1a4a1 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -36,4 +36,4 @@ export PROMPT_DIRTRIM=2 # Important note for PS1 modification - everything non-printable must be escaped with `\[` and `\]`. Otherwise readline # fails to track the prompt right and things get messed up when you input long strings. export PS1=\ -'\[$bold\]\[$white\]\u\[@\]\h\[$reset\]\[:\]\[ \]\[$bold\]\[$blue\]\w\[$reset\]\[ \]\[$green\]\[$(parse_git_branch)\]\[$reset\]\[$bold\]\[$white\]\[⇨\]\[$reset\]\[ \]' +'\[$bold\]\[$white\]\u@\h\[$reset\]: \[$bold\]\[$blue\]\w\[$reset\] \[$green\]\[$(parse_git_branch)\]\[$reset\]\[$bold\]\[$white\]⇨\[$reset\] '