]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zshenv
Have not used zshfe for years
[dotfiles.git] / zsh / .zshenv
1 for z (~/.zsh/env/*(on)) . $z
2
3 export SHELL=/bin/zsh
4 export EDITOR=vim
5 export TZ=Europe/Moscow
6 export IFCONFIG_FORMAT=inet:cidr,inet6:cidr
7 export SSH_AUTH_SOCK=~/.ssh/agent
8 export MAILDIR=~/mail
9 export DBUS_SESSION_BUS_ADDRESS=disabled:
10 export MYSQL_HISTFILE=/tmp/.mysql_history
11 export SHARNESS_TEST_SRCDIR=~/local/stow/sharness/share/sharness
12 export FZF_DEFAULT_OPTS="--color=16 --info=inline"
13 export AUTOENV_AUTH_FILE=~/.zsh/autoenv-auth
14 export TIMEFMT="user:%U sys:%S mem:%K/%M io:%I/%O %*E"
15 export RLWRAP_HOME=/tmp