From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2025/Bash-prompt-without-scripts.html | 37 ++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 articles/2025/Bash-prompt-without-scripts.html (limited to 'articles/2025/Bash-prompt-without-scripts.html') diff --git a/articles/2025/Bash-prompt-without-scripts.html b/articles/2025/Bash-prompt-without-scripts.html new file mode 100755 index 0000000..cf6c42c --- /dev/null +++ b/articles/2025/Bash-prompt-without-scripts.html @@ -0,0 +1,37 @@ + + + + + + + Bash prompt without scripts + + +
+

Bloggings

+ Back + +
+ +
+
+

Bash prompt without scripts

+

2025-05-06

+

A pretty prompt in one line of my .bashrc

+

I tried several bash prompt scripts but returned to just having a single line in my .bashrc

+
+export PS1='\[\e[30;102m\] \A \[\e[92;103m\]\[\e[30m\] \u@\h \[\e[93;107m\]\[\e[30m\] \w \[\e[0;97m\]\n\[\e[0m\]\$ '
+
+

This site is a great generator

+

I used the base 16 colour palette so that it ends up displayed using the Pywal16 terminal palette.

+

+
+
+ + + -- cgit v1.3.1