summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-15 19:36:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-15 19:36:39 -0700
commit4afd864db4ce89f6d0a417529355452475f37bdf (patch)
tree2f603631a4112ba760902b84321b29a54d79ec0a /.bashrc
parent8acf1ee23e104f28438cf688c44ffcada48de16f (diff)
downloaddotfiles-4afd864db4ce89f6d0a417529355452475f37bdf.tar.gz
try a bold PS1 for easier scrolling up
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index b50a21d2..f581c2bb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -5,7 +5,7 @@
# '>' is a nice prompt char because it need not be followed by a
# space. It is easy to distinguish the command from the prompt
-PS1='$(exit_code=$?; test $exit_code -eq 0 || printf %s $exit_code " ")${debian_chroot:+($debian_chroot)}\u@\h:\w>'
+PS1='\[\e[1m\]$(exit_code=$?; test $exit_code -eq 0 || printf %s $exit_code " ")${debian_chroot:+($debian_chroot)}\u@\h:\w>\[\e[0m\]'
# if this is an xterm set its title to user@host:dir
# (this doesn't stop the likes of ncmpcpp setting a title)