From 7f5a382eef0f6baf7cd86f96074f2517e479e869 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 9 Jun 2016 23:16:09 +1200 Subject: Switch from prompt image to plain text More compatible, want to display this in Cgit as well --- README.markdown | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 147d4428..b1a08af4 100644 --- a/README.markdown +++ b/README.markdown @@ -131,9 +131,17 @@ after testing `BASH_VERSINFO` appropriately. When I use any other Bourne-compatible shell, I’m generally happy to accept its defaults for interactive behavior. -My prompt looks something like this: - -![Bash prompt](prompt.png) +A terminal session with my prompt looks something like this: + + [tom@conan:~/.dotfiles](git:master+!)$ git status + M README.markdown + M bash/bashrc.d/prompt.bash + A init + [tom@conan:~/.dotfiles](git:master+!)$ foobar + foobar: command not found + [tom@conan:~/.dotfiles](git:master+!)<127>$ sleep 5 & + [1] 28937 + [tom@conan:~/.dotfiles](git:master+!){1}$ It expands based on context to include these elements in this order: -- cgit v1.2.3