Skip to content

Commit a22fde3

Browse files
committed
Added screenshot and updated readme.
1 parent eac9883 commit a22fde3

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
bash-prompt
22
===========
33

4-
Improved bash prompt with support for Git.
4+
![screenshot](https://github.com/sblaurock/bash-prompt/raw/master/screenshot.png "Example screenshot of bash prompt.")
55

6-
(cd ~ && git clone --depth 1 https://github.com/sblaurock/bash-prompt.git && cd bash-prompt && chmod +x install.sh && ./install.sh) && source ~/.bashrc
6+
Improved bash prompt with support for Git.
77

88
Colors, display options and symbols are fully customizeable. Currently supports:
99
* 16 colors.
1010
* Username & hostname.
11-
* Current working directory (partial or full).
12-
* Current Git branch.
13-
* Dirty branch status indicator.
11+
* Working directory (partial or full).
12+
* Git branch (with "dirty" status indicator).
13+
14+
## Installation
15+
Execute the following snippet in your command line. See [install.sh](https://github.com/sblaurock/bash-prompt/blob/master/install.sh) for more details.
16+
```bash
17+
(cd ~ && git clone --depth 1 https://github.com/sblaurock/bash-prompt.git && cd bash-prompt && chmod +x install.sh && ./install.sh) && source ~/.bashrc
18+
```
1419

15-
Inspired by: [twolfson/sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt)
20+
Project inspired by [twolfson/sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt).

screenshot.png

5.41 KB
Loading

0 commit comments

Comments
 (0)