From e899f52fe82e45c6fc2ed388c716d43d749e8fab Mon Sep 17 00:00:00 2001 From: Pylyp Date: Thu, 18 Oct 2018 17:32:34 +0300 Subject: [PATCH] Added trick with colored prompta Added trick with colored prompta --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 775f68e..8840470 100644 --- a/.bashrc +++ b/.bashrc @@ -15,3 +15,6 @@ alias show='grep alias $HOME/.bash_profile | grep -v "grep"' # 2) Alias to quickly connect to your remote server, configured securly, via ssh key login only: alias centosAS='ssh -i @' + +# Just colored bash prompt +export PS1="\[\e[33m\]\\$\[\e[m\]\[\e[33m\]\u\[\e[m\]\[\e[33m\]@\[\e[m\]\[\e[33m\]\h\[\e[m\] \[\e[33m\]\W\[\e[m\]\[\e[33m\] \[\e[m\]\[\e[33m\]\A\[\e[m\]\[\e[33m\]:\[\e[m\] "