From e9b621fb30b20eeaa4291d883336556ea82ce4bc Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Thu, 26 Nov 2020 17:59:14 +0100 Subject: [PATCH] [.zshrc] Don't show any character on the end of partial lines --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index f1296cb..4dc5608 100644 --- a/.zshrc +++ b/.zshrc @@ -15,6 +15,7 @@ export HISTSIZE=100000 unsetopt correct unsetopt correctall DISABLE_CORRECTION="true" +PROMPT_EOL_MARK='' ##### aliases ######