# HG changeset patch # User Steve Huston # Date 1586030719 14400 # Node ID b2dc752234ae071d5036afd92cdd4eeb3219ad6b # Parent a05016e4881b9f74fc6d30857476f5d9dd5725cb At least Milton's 'bash' doesn't grok ;& syntax diff -r a05016e4881b -r b2dc752234ae .bashrc --- 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"