aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-02-14 01:51:33 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-02-14 01:51:33 +0300
commitcbfb26505dc26094de4dab4fcb2c7870a4cd48f6 (patch)
treecf1bec4d620cb1d5f3efdc73ebb987f6c5824c97 /%HOME%
parentrunc*: customizable compiler selection (diff)
downloadlinux-home-cbfb26505dc26094de4dab4fcb2c7870a4cd48f6.tar.gz
linux-home-cbfb26505dc26094de4dab4fcb2c7870a4cd48f6.zip
PS1 update
Diffstat (limited to '')
-rw-r--r--%HOME%/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index ee94f34..2876af5 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -3,7 +3,7 @@ case "$-" in
*) return ;;
esac
-export PS1="\[\e[33m\]\h\[\e[m\] \[\e[31m\]\W\[\e[m\] # \[$(tput sgr0)\]"
+export PS1="\[\e[32m\]\h\[\e[m\] \[\e[35m\]\W\[\e[m\] # \[$(tput sgr0)\]"
#set -o nounset
set -o pipefail