]>
Commit | Line | Data |
---|---|---|
1b8a4102 | 1 | export EDITOR=vim |
452d22eb | 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 | |
1b8a4102 | 7 | |
8b88e2ab | 8 | export DVTM_TERM=rxvt-unicode |
1b8a4102 | 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 | |
d877aef2 | 14 | |
15 | if [[ -f ~/.zshenv.local ]]; then | |
16 | source ~/.zshenv.local | |
17 | fi |