]> git.sev.monster Git - dotfiles.git/blob - base/.zshenv
urxvt block cursor + root term; zsh, dunst changes
[dotfiles.git] / base / .zshenv
1 export EDITOR=vim
2 export XDG_CONFIG_HOME="$HOME/etc"
3 export XDG_CONFIG_DIRS="$HOME/.config:/etc/xdg"
4 export XDG_DATA_HOME="$HOME/share"
5 export XDG_DATA_DIRS="$HOME/.local/share:/usr/local/share/:/usr/share/"
6 export XDG_CACHE_HOME="$HOME/tmp"
7
8 export CLICOLOR=
9 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'
10 export GREP_OPTIONS=--color=auto
11
12 export PYTHONSTARTUP=~/.pythonrc
13
14 export PUUSH_API_KEY=159C54A56C88394136BA1ACB6A9D8F80
This page took 0.02819 seconds and 4 git commands to generate.