From: Sergey Matveev Date: Mon, 13 Sep 2021 14:47:35 +0000 (+0300) Subject: Let rlwrap write history not permanently X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=ce5118f00b9dba2ea70a63341f9feaf525ddc52b Let rlwrap write history not permanently --- diff --git a/zsh/.zshenv b/zsh/.zshenv index 434aad9..abe4d69 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -104,4 +104,5 @@ export SHARNESS_TEST_SRCDIR=~/local/stow/sharness/share/sharness export FZF_DEFAULT_OPTS="--color=16 --info=inline" export AUTOENV_AUTH_FILE=~/.zautoenv-auth export TIMEFMT="user:%U sys:%S mem:%K/%M io:%I/%O %*E" +export RLWRAP_HOME=/tmp # }}}