aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-07-15 21:43:20 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2017-07-15 21:43:20 +0000
commitf9072842237ae4b68bf81d8f4925ebf3eaa859ca (patch)
tree1f3ff2e98d1b1c46ad257214e74ba775405f2c12 /%HOME%/.bashrc
parentsums_add_distr: add *.img, *.tar files (diff)
downloadlinux-home-f9072842237ae4b68bf81d8f4925ebf3eaa859ca.tar.gz
linux-home-f9072842237ae4b68bf81d8f4925ebf3eaa859ca.zip
.bashrc: use bold colors in PS1
This way, directory names are more clearly visible in my VirtualBox Arch Linux window.
Diffstat (limited to '%HOME%/.bashrc')
-rw-r--r--%HOME%/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index b7be392..4773acc 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -3,7 +3,7 @@ case "$-" in
*) return ;;
esac
-export PS1="\[\e[32m\]\h\[\e[m\] \[\e[34m\]\W\[\e[m\] # \[$(tput sgr0)\]"
+export PS1="\[\e[1;32m\]\h\[\e[m\] \[\e[1;34m\]\W\[\e[m\] # \[$(tput sgr0)\]"
#set -o nounset
set -o pipefail