An open API service indexing awesome lists of open source software.

https://github.com/danieldietrich/gitprompt.sh

A beautiful git prompt for zsh and bash.
https://github.com/danieldietrich/gitprompt.sh

bash git prompt shell terminal zsh

Last synced: 11 days ago
JSON representation

A beautiful git prompt for zsh and bash.

Awesome Lists containing this project

README

          

# ❯_ gitprompt

A beautiful git prompt for zsh and bash.

## Features

* 256 colors support
* Show current directory
* Show git branch, status and push state

## Usage

| Szenario | Command | Description |
| --------- | --------------------------------- | ------------------------------------------------- |
| ad-hoc | `. <(curl gitprompt.sh)` | Use **gitprompt** in the current terminal session |
| permanent | `curl gitprompt.sh/install \| sh` | Install **gitprompt** in your home directory and alter the PATH. |
| manual | `curl -sL https://gitprompt.sh > "$HOME/.gitprompt"` | Download **gitprompt** to your home directory. Load it by running `. ~/.gitprompt &>/dev/null` |

For customization see [.gitprompt](./docs/index.html) file.