Merge pull request #20 from ramblinwreck35/patch-1
Fix issues with prompt length & wrapping
This commit is contained in:
commit
aa683f1e16
1 changed files with 2 additions and 2 deletions
4
bashrc
4
bashrc
|
@ -42,5 +42,5 @@ vim_prompt() {
|
|||
}
|
||||
|
||||
PS1="
|
||||
$(vim_prompt)$BLUE\w$(git_prompt)
|
||||
$GREY$ $RESET"
|
||||
\[$(vim_prompt)$BLUE\w$(git_prompt)\]
|
||||
\[$GREY\]$ \[$RESET\]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue