From: Sergey Matveev Date: Thu, 5 Nov 2020 10:35:52 +0000 (+0300) Subject: redo-c does not catch stdout by default X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=12ae7c35960ce6dea8dd5191ef67249c962479d6 redo-c does not catch stdout by default --- diff --git a/zsh/.zshenv b/zsh/.zshenv index ba09c3f..293bfcb 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -87,4 +87,5 @@ export SSH_AUTH_SOCK=$HOME/.ssh/agent export MAILDIR=$HOME/mail export DBUS_SESSION_BUS_ADDRESS=disabled: export MYSQL_HISTFILE=/tmp/.mysql_history +export REDO_STDOUT=1 # }}}