You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [#1] Added an `--ansi` option for outputting raw escape sequences without Bash's `\[ ... \]` wrappers
- [#2] When outputting for Bash, backslashes in strings are now escaped
- Added version, author, etc. variables to the top of the file
- Added a `--version` option
- Added support for zsh
- Added a `-G`, `--git-only` option for only outputting the Git status string
Add a command line option for controlling whether to wrap ANSI escape sequences inside
\[...\]
, which is necessary when settingPS1
in bash.The text was updated successfully, but these errors were encountered: