diff --git a/docs/my_prompt.md b/docs/my_prompt.md index 460933c..b646dce 100644 --- a/docs/my_prompt.md +++ b/docs/my_prompt.md @@ -4,6 +4,10 @@ This is the `shed` code for the prompt that I currently use. Note that the scrip Also note that in `shed`, the `echo` builtin has a new `-p` flag which expands prompt escape sequences. This allows you to access these escape sequences in any context. +The end result is the prompt that appears in the README: + +shed + ```bash prompt_topline() { local user_and_host="\e[0m\e[1m$USER\e[1;36m@\e[1;31m$HOST\e[0m"