Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The old `PS1` broke line-wrapping because it didn't escape the terminal escape sequences need to themselves be escaped. See: https://stackoverflow.com/a/342135/1026598 The fix is to surround both escape sequences with `\[…\]` and then Bash correctly handles line wrapping.
- Loading branch information