From 67ed4c20c9ad056bcdcff5efb6b89056b8d4e74f Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 26 Sep 2023 12:00:10 +0300 Subject: [PATCH] Add note about zsh % end of line mark --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 7392efb..7b051f2 100644 --- a/.zshrc +++ b/.zshrc @@ -49,6 +49,10 @@ zstyle ':prompt:grml:left:setup' items rc config-env virtual-env change-root use # Disable right side sad smiley, works nicer with resized terminal zstyle ':prompt:grml:right:setup' use-rprompt false +# disable PROMPT_EOL_MARK or also known as % on end of line +# https://unix.stackexchange.com/a/302710 +#set +o prompt_cr +o prompt_sp + # Git based dotfiles setup start function _config_activate { export GIT_DIR=$HOME/.cfg/