X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/29c40e97d2c5b4056ed72d2c071da5016cae01c7..3daa445ff2b476ff6f43b649bd0dd8862641d86d:/base/.zshenv?ds=sidebyside diff --git a/base/.zshenv b/base/.zshenv index 09faa1d..3a577ad 100644 --- a/base/.zshenv +++ b/base/.zshenv @@ -1,7 +1,3 @@ -if [ -f ~/.zshenv.local ]; then - source ~/.zshenv.local -fi - export EDITOR=vim export XDG_CONFIG_HOME=~/etc export XDG_CONFIG_DIRS=~/.config:/etc/xdg @@ -15,3 +11,7 @@ export LS_COLORS='di=34:ln=35:so=32:pi=33:ex=31:bd=46;34:cd=43;34:su=41;30:sg=46 export GREP_OPTIONS=--color=auto export PYTHONSTARTUP=~/.pythonrc + +if [[ -f ~/.zshenv.local ]]; then + source ~/.zshenv.local +fi