]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshenv
Do not touch my prompt
[dotfiles.git] / zsh / .zshenv
index aba6d5a5dfc16b1e2e2d7f41df2f55ad5670186c..e5692f8e00968dac13af49c2b4f56cc397f458b6 100644 (file)
@@ -16,7 +16,6 @@ export TERM
 # Less options {{{
 export PAGER=less
 export LESSHISTFILE=/tmp/.lesshst
-export LESSKEY=/tmp/.lesskey
 export LESS=RWXij2
 export LESS=${LESS}"Ps?f%f .?m(%i/%m) .%lt-%lb?L/%L. [%bB?B/%B.]?B %pB\%.?x N\:%x.%t"
 # }}}
@@ -66,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)
 # }}}
@@ -75,6 +72,7 @@ pkg_config_path=(~/local/lib/pkgconfig ~/local/libdata/pkgconfig)
 # Python options {{{
 export PIP_RESPECT_VIRTUALENV=true
 export PIP_VIRTUALENV_BASE=~/.virtualenvs
+export VIRTUAL_ENV_DISABLE_PROMPT=1
 export PYTHONDONTWRITEBYTECODE=1
 # }}}
 
@@ -107,4 +105,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
 # }}}