changeset 189:b2dc752234ae

At least Milton's 'bash' doesn't grok ;& syntax
author Steve Huston <huston@srhuston.net>
date Sat, 04 Apr 2020 16:05:19 -0400
parents a05016e4881b
children f5969673c794
files .bashrc
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Wed Apr 01 10:21:34 2020 -0400
+++ b/.bashrc	Sat Apr 04 16:05:19 2020 -0400
@@ -46,7 +46,10 @@
   screen.xterm-256color)
     # Specifically, to hell with this one
     export TERM=screen
-    ;&
+    # Copied from below because the Mac's bash doesn't grok ;& as a
+    # passthrough
+    PROMPT_COMMAND="history -a"
+    ;;
   screen*)
     # But if it's a screen window, leave it alone please
     PROMPT_COMMAND="history -a"