aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-12-26 06:21:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-12-26 06:21:49 +0300
commite63cce8f88a95c688c310b4e1fc015b8afe6b178 (patch)
tree24387b5a421166d6179f23f5a27b571046ec7b98 /%HOME%/.bashrc
parentssh-copy-id: -i (diff)
downloadlinux-home-e63cce8f88a95c688c310b4e1fc015b8afe6b178.tar.gz
linux-home-e63cce8f88a95c688c310b4e1fc015b8afe6b178.zip
update & export PS1
Diffstat (limited to '')
-rw-r--r--%HOME%/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 423d2ea..4399d4c 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -3,7 +3,7 @@ case "$-" in
*) return ;;
esac
-PS1='\[\e[33m\]\W\[\e[0m\]: '
+export PS1="\[\e[33m\]\h\[\e[m\] \[\e[31m\]\W\[\e[m\] # \[$(tput sgr0)\]"
#set -o nounset
set -o pipefail