diff options
-rw-r--r-- | readme.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..2487306 --- /dev/null +++ b/readme.md | |||
@@ -0,0 +1,12 @@ | |||
1 | # pista | ||
2 | |||
3 | > my bash prompt, reWriTteN iN rUst | ||
4 | |||
5 | hopefully it will look like this when done: | ||
6 | ```shell | ||
7 | ~/c/r/pista master × | ||
8 | $ ls | ||
9 | |||
10 | {cwd} {branch} {repo state} | ||
11 | {prompt_char} | ||
12 | ``` | ||