]>
Commit | Line | Data |
---|---|---|
1 | export EDITOR=vim | |
2 | export XDG_CONFIG_HOME=~/etc | |
3 | export XDG_CONFIG_DIRS=~/.config:/etc/xdg | |
4 | export XDG_DATA_HOME=~/share | |
5 | export XDG_DATA_DIRS=~/.local/share:/usr/local/share/:/usr/share/ | |
6 | export XDG_CACHE_HOME=~/tmp | |
7 | ||
8 | export DVTM_TERM=rxvt-unicode | |
9 | export CLICOLOR= | |
10 | export LS_COLORS='di=34:ln=35:so=32:pi=33:ex=31:bd=46;34:cd=43;34:su=41;30:sg=46;30:tw=42;30:ow=43;30' | |
11 | export GREP_OPTIONS=--color=auto | |
12 | ||
13 | export PYTHONSTARTUP=~/.pythonrc | |
14 | ||
15 | if [[ -f ~/.zshenv.local ]]; then | |
16 | source ~/.zshenv.local | |
17 | fi |