From e775955fe9b7ffa92b848ac9dddf4b9ef788acc7 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Wed, 25 Feb 2026 21:22:35 -0500 Subject: [PATCH] Update my_prompt.md with prompt image Add image representation of the prompt to documentation. --- docs/my_prompt.md | 4 ++++ 1 file changed, 4 insertions(+) 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"