Make dumb prompt more informative

This should still work with Emacs' TRAMP, but is more informative.
This commit is contained in:
Daniel - 2020-07-25 11:46:18 +02:00
parent fed4dc8d38
commit 4e2164d2db
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -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