From 4e2164d2db4503b58fac508252affb85ba37e020 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 25 Jul 2020 11:46:18 +0200 Subject: [PATCH] Make dumb prompt more informative This should still work with Emacs' TRAMP, but is more informative. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 5db9bbf..c1090fb 100644 --- a/bashrc +++ b/bashrc @@ -31,7 +31,7 @@ shopt -s checkwinsize # Simple prompt if [[ "$TERM" = "dumb" ]]; then - PS1="> " + PS1="\u@\h:\w$ " else PS1="ā”Œ[\e[0;32m\u@\h\e[m] [\e[0;31m\w\e[m] [\t]\nā””ā”€ā”€ " fi