]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Let rlwrap write history not permanently
authorSergey Matveev <stargrave@stargrave.org>
Mon, 13 Sep 2021 14:47:35 +0000 (17:47 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 13 Sep 2021 14:47:35 +0000 (17:47 +0300)
zsh/.zshenv

index 434aad97abc8262144cb1ef05476d28919894107..abe4d69186e896d5197fe1bbdd2a8798929d761f 100644 (file)
@@ -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
 # }}}