sblaurock / bash-prompt

Improved bash prompt with support for Git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Improved bash prompt with support for Git.


Languages

Language:Shell 100.0%