Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 820 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 820 Bytes

bash-prompt

screenshot

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).

Installation

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.