Improved bash prompt with support for Git.
Colors, display options and symbols are fully customizeable. Currently supports:
- 16 colors.
- Username & hostname.
- Working directory (partial or full).
- Git branch (with "dirty" status indicator).
Execute the following snippet in your command line. See install.sh for more details.
(cd ~ && git clone --depth 1 https://github.com/sblaurock/bash-prompt.git && cd bash-prompt && chmod +x install.sh && ./install.sh) && source ~/.bashrc
Project inspired by twolfson/sexy-bash-prompt.