Merge pull request #20 from ramblinwreck35/patch-1

Fix issues with prompt length & wrapping
This commit is contained in:
Josh Sherman 2018-03-21 10:46:05 -05:00 committed by GitHub
commit aa683f1e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
bashrc
View file

@ -42,5 +42,5 @@ vim_prompt() {
}
PS1="
$(vim_prompt)$BLUE\w$(git_prompt)
$GREY$ $RESET"
\[$(vim_prompt)$BLUE\w$(git_prompt)\]
\[$GREY\]$ \[$RESET\]"