aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-17 20:38:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-17 20:38:24 +1200
commite27e34106283b8e11b106eed78cd6328686f6aa6 (patch)
tree6b78d2fd53f56b66acf4ce430cfd34453f691232 /README.markdown
parentRemove port from psql prompt (diff)
downloaddotfiles-e27e34106283b8e11b106eed78cd6328686f6aa6.tar.gz
dotfiles-e27e34106283b8e11b106eed78cd6328686f6aa6.zip
Replace text showing prompt with screenshot
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown
index 9fff52dd..a24728c4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -97,9 +97,9 @@ Where I do use features that are only available in versions of Bash newer than
2.05a, such as newer `shopt` options or `PROMPT_DTRIM`, they are only run after
testing `BASH_VERSINFO` appropriately.
-My prompt generally looks like this, colored bright green:
+My prompt looks something like this:
- [user@hostname:~]$
+![Bash prompt](prompt.png)
It expands based on context to include these elements in this order:
@@ -108,10 +108,6 @@ It expands based on context to include these elements in this order:
* The number of running background jobs
* The exit status of the last command, if non-zero
-With all of the above (a rare situation), it might look something like this:
-
- [user@hostname:~/gitrepo](git:master?){1}<127>$
-
This is all managed within the `prompt` function. Some of the Git stuff was
adapted from @necolas’ [superb dotfiles][20].