]> git.sev.monster Git - dotfiles.git/blob - .zshenv
fix .Xresources, revert colorUL
[dotfiles.git] / .zshenv
1 export EDITOR=vim
2 export XDG_CACHE_HOME="$HOME/tmp/"
3
4 export CLICOLOR=
5 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'
6 export GREP_OPTIONS=--color=auto
7
8 export PYTHONSTARTUP=~/.pythonrc
9
10 export PUUSH_API_KEY=159C54A56C88394136BA1ACB6A9D8F80
This page took 0.030967 seconds and 4 git commands to generate.