aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-04-19 00:31:39 -0400
committertdro <tdro@users.noreply.github.com>2020-04-19 00:31:39 -0400
commit1832b0b96a3a644e9baa2d5e3c04ec319c5b4af1 (patch)
tree467a6a9ce736cf1a40a579adbeeb798cd96815a1 /.bash_profile
parent700a0862ac06bb075592c1f41c202dbbbaf67b8a (diff)
downloaddotfiles-1832b0b96a3a644e9baa2d5e3c04ec319c5b4af1.tar.gz
dotfiles-1832b0b96a3a644e9baa2d5e3c04ec319c5b4af1.tar.bz2
dotfiles-1832b0b96a3a644e9baa2d5e3c04ec319c5b4af1.zip
.bash_profile: Change user PS1 shade
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 468ee99..418ebdb 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -4,7 +4,7 @@
[ "$EUID" != 0 ] && [ -z "$DISPLAY" ] && [ "$(tty)" = '/dev/tty1' ] && exec startx >/dev/null 2>&1;
# set prompt
-PS1_USER='$(date +%T) \[\e[38;5;81m\]\W\[\e[0m\] \[\e[38;5;81m\]\$\[\e[0m\] '
+PS1_USER='$(date +%T) \[\e[0;34m\]\W\[\e[0m\] \[\e[0;34m\]\$\[\e[0m\] '
PS1_ROOT='$(date +%T) \[\e[0;31m\]\W\[\e[0m\] \[\e[0;31m\]\$\[\e[0m\] '
PS1_SSHD='$(date +%T) \[\e[0;32m\]\W\[\e[0m\] \[\e[0;32m\]\$\[\e[0m\] '