diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-26 06:21:49 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-26 06:21:49 +0300 |
commit | e63cce8f88a95c688c310b4e1fc015b8afe6b178 (patch) | |
tree | 24387b5a421166d6179f23f5a27b571046ec7b98 /%HOME% | |
parent | ssh-copy-id: -i (diff) | |
download | linux-home-e63cce8f88a95c688c310b4e1fc015b8afe6b178.tar.gz linux-home-e63cce8f88a95c688c310b4e1fc015b8afe6b178.zip |
update & export PS1
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bashrc | 2 |
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 |