From 4ae15d8fe4a8294f2396cde530aca05c0773008c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 21 Nov 2022 22:23:03 -0700 Subject: reflow --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3