From: Michael Prokop Date: Thu, 14 Nov 2019 16:30:09 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/github/pr/88' X-Git-Tag: v0.16.2~6 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=1be4f3ede299206ae9c5f7558263eef7b7314fcc;hp=9bb05af2580c32647555e2bebda6d6080ac269c7;p=grml-etc-core.git Merge remote-tracking branch 'origin/github/pr/88' --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index afb0a56..0a7d730 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -895,7 +895,7 @@ zle -N end-of-somewhere beginning-or-end-of-somewhere # add a command line to the shells history without executing it function commit-to-history () { - print -s ${(z)BUFFER} + print -rs ${(z)BUFFER} zle send-break } zle -N commit-to-history