summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-21 22:23:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-21 22:23:03 -0700
commit4ae15d8fe4a8294f2396cde530aca05c0773008c (patch)
tree2c6477b550329c06d8889f21bf00992a66e35e32
parent7853c2df44f650211598f4ba27b34ad29f0a2adf (diff)
downloaddotfiles-4ae15d8fe4a8294f2396cde530aca05c0773008c.tar.gz
reflow
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index b7db29a2..b2befda2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -7,7 +7,8 @@
# space. It is easy to distinguish the command from the prompt.
#
# This satisfies both `shell-prompt-pattern' and `tramp-shell-prompt-pattern'.
-PS1='$(exit_code=$?; test $exit_code -eq 0 || printf %s $exit_code " ")${debian_chroot:+($debian_chroot)}\u@\h:\w>'
+PS1='$(exit_code=$?; test $exit_code -eq 0 \
+ || printf %s $exit_code " ")${debian_chroot:+($debian_chroot)}\u@\h:\w>'
case "$TERM" in
# if this is an xterm set its title to user@host:dir