devconf/.zcustom/env.zsh

12 lines
265 B
Bash
Raw Normal View History

2020-02-18 21:26:59 +00:00
# Don't check for new mail
export MAILCHECK=1
export GOPATH=$HOME/workspace/gospace
export FONTCONFIG_PATH=/etc/fonts
2020-02-26 15:21:55 +00:00
export UID=$(id -u)
export GID=$(id -g)
2020-02-18 21:26:59 +00:00
2020-02-19 18:31:30 +00:00
export PATH=$PATH:~/.local/bin:~/bin:
export PATH=$PATH:$(composer global config bin-dir --absolute -q)