X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshenv;fp=zsh%2F.zshenv;h=aba6d5a5dfc16b1e2e2d7f41df2f55ad5670186c;hb=bf905b247ed163e42d6c0f58089845a3f5ff7fb6;hp=e6dc0fc7ebec720c87424ae38d77ad312e8e1dc4;hpb=7a4fb95cd0ec4aa51479e7b0c80e1c4e270dce5d;p=dotfiles.git diff --git a/zsh/.zshenv b/zsh/.zshenv index e6dc0fc..aba6d5a 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -33,7 +33,7 @@ export LYNX_CFG=~/.lynx.cfg # }}} # sdcv options {{{ -export STARDICT_DATA_DIR=$HOME/dic +export STARDICT_DATA_DIR=~/dic export SDCV_HISTSIZE=0 # }}} @@ -82,7 +82,7 @@ export PYTHONDONTWRITEBYTECODE=1 export GOCACHE=/tmp/go-cache export GOPROXY=off export GOSUMDB=off -export GOPATH=$HOME/work/gopath +export GOPATH=~/work/gopath path=($GOPATH/bin ~/work/go/bin $path) # }}} @@ -98,12 +98,12 @@ export SHELL=/bin/zsh export EDITOR=vim export TZ=Europe/Moscow export IFCONFIG_FORMAT=inet:cidr,inet6:cidr -export SSH_AUTH_SOCK=$HOME/.ssh/agent -export MAILDIR=$HOME/mail +export SSH_AUTH_SOCK=~/.ssh/agent +export MAILDIR=~/mail export DBUS_SESSION_BUS_ADDRESS=disabled: export MYSQL_HISTFILE=/tmp/.mysql_history export REDO_JOBS=8 REDO_NO_SYNC=1 -export SHARNESS_TEST_SRCDIR=$HOME/local/stow/sharness/share/sharness +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"