summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-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