Thank you so much for downloading ShellP! [This page](https://pypistats.org/packages/shellp) shows that ShellP has been downloaded so many times, and it is hard to believe the amount of downloads it shows. I didn't expect anyone to download it.
This is the second pre-alpha release. The Readme file has been completely changed with this release and gives you information on how to use ShellP. Here are the other changes:
* Custom user config now works; it wasn't working in v0.0.0
* Installation of ShellP now works; a typo in setup.py was preventing proper installation of v0.0.0
* The `cd` command now works
* Changed the `version` value for `ps1` to `shellp_version`
* The `symbol` value for `ps1` is now `` when you're logged in as ~groot~ root, just like other shells
* Improved exception handling
* Ability to ignore user configuration by passing the option `--no-user-config` or `-U` when starting ShellP
* Added startup message that shows you the version of ShellP that you have installed
I also added some new values you can use in `ps1`:
* `bell` - the BEL character; ASCII character number 7
* `git_branch` - the current branch of the git repo you are in, or a blank string if you aren't in a git repo
* `hostname` - the hostname of the computer that ShellP is running on