From 6d69a648c6df4882a8edb55b1a3585c7161617d6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 25 Oct 2021 14:30:52 +0100 Subject: [PATCH] Update zshrc for tomh --- cookbooks/accounts/files/default/tomh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/accounts/files/default/tomh/.zshrc b/cookbooks/accounts/files/default/tomh/.zshrc index 20211c3c8..1eae8a392 100644 --- a/cookbooks/accounts/files/default/tomh/.zshrc +++ b/cookbooks/accounts/files/default/tomh/.zshrc @@ -28,6 +28,8 @@ unset zle_bracketed_paste # Keep tramp happy if [[ "$TERM" = "dumb" ]] then + unsetopt PROMPT_SP + unsetopt PROMPT_CR unsetopt ZLE fi -- 2.39.5