From ce5118f00b9dba2ea70a63341f9feaf525ddc52b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 13 Sep 2021 17:47:35 +0300 Subject: [PATCH] Let rlwrap write history not permanently --- zsh/.zshenv | 1 + 1 file changed, 1 insertion(+) 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 # }}} -- 2.44.0