]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshenv
Let rlwrap write history not permanently
[dotfiles.git] / zsh / .zshenv
index 940056d005a8431362698d32fc8c568bd480fa0b..abe4d69186e896d5197fe1bbdd2a8798929d761f 100644 (file)
@@ -65,8 +65,6 @@ infopath=(~/local/share/info /usr/local/share/info /usr/local/info)
 manpath=(~/src/suckless/tabbed $manpath)
 path=(~/src/suckless/tabbed $path)
 
-path=(~/work/goredo $path)
-
 export -TU PKG_CONFIG_PATH pkg_config_path
 pkg_config_path=(~/local/lib/pkgconfig ~/local/libdata/pkgconfig)
 # }}}
@@ -106,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
 # }}}