From be5b07d9d12ff82a6e46c3a1279631f4c7e6fac4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 1 Jun 2019 21:45:25 +0200 Subject: [PATCH] Update prompt definition for bash --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 8aa0a3a..85598ae 100644 --- a/bashrc +++ b/bashrc @@ -33,8 +33,8 @@ bind '"\en": history-search-forward' # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" -# Simple prompt in the form of user@host:dir, with trailing newline -PS1="\u@\h:\w\a\]\n-\$ " +# Simple prompt +PS1="ā”Œ[\e[0;32m\u@\h\e[m] [\e[0;31m\w\e[m] [\t]\nā””ā”€ā”€ " # Enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ]; then