]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshenv
update firefox theming
[dotfiles.git] / base / .zshenv
index cae4b34b246a4d09f9d188fdfb04bb2bc931f99c..6ab4a581ca2997e11ae1a387ea8edb8545bbb74f 100644 (file)
@@ -17,6 +17,7 @@ export XDG_CONFIG_DIRS=~/.config:/usr/pkg/etc/xdg:/usr/local/etc/xdg:/etc/xdg
 export XDG_DATA_HOME=~/share
 export XDG_DATA_DIRS=~/.local/share:/usr/pkg/share:/usr/local/share:/usr/share
 export XDG_CACHE_HOME=~/tmp
+export XDG_RUNTIME_DIR=~/tmp
 
 ### applications
 export PYTHONSTARTUP=~/.pythonrc
@@ -28,6 +29,6 @@ if [[ "$OSTYPE" =~ "^freebsd" ]]; then
 fi
 
 ### load site-specific
-if [[ -f ~/.zshenv.local ]]; then
+if [[ -f ~/.zshenv.local ]] {
        source ~/.zshenv.local
-fi
+}
This page took 0.036302 seconds and 4 git commands to generate.