]> git.sev.monster Git - dotfiles.git/blame_incremental - base/.zshenv
add git alias pull-submodules
[dotfiles.git] / base / .zshenv
... / ...
CommitLineData
1if [ -f ~/.zshenv.local ]; then
2 source ~/.zshenv.local
3fi
4
5export EDITOR=vim
6export XDG_CONFIG_HOME=~/etc
7export XDG_CONFIG_DIRS=~/.config:/etc/xdg
8export XDG_DATA_HOME=~/share
9export XDG_DATA_DIRS=~/.local/share:/usr/local/share/:/usr/share/
10export XDG_CACHE_HOME=~/tmp
11
12export CLICOLOR=
13export 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'
14export GREP_OPTIONS=--color=auto
15
16export PYTHONSTARTUP=~/.pythonrc
This page took 0.032538 seconds and 4 git commands to generate.