diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/env | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/env b/.config/env index a419844..e433252 100644 --- a/.config/env +++ b/.config/env @@ -45,6 +45,7 @@ export CARGO_HOME="$XDG_DATA_HOME"/cargo export CCACHE_CONFIGPATH="$XDG_CONFIG_HOME"/ccache.conf export CCACHE_DIR="$XDG_CACHE_HOME"/ccache export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker +export DVDCSS_CACHE="$XDG_DATA_HOME"/dvdcss export GNUPGHOME="$XDG_DATA_HOME"/gnupg export MACHINE_STORAGE_PATH="$XDG_DATA_HOME"/docker-machine export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history @@ -54,6 +55,7 @@ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc export STACK_ROOT="$XDG_DATA_HOME"/stack export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass +export WGETRC="$XDG_CONFIG_HOME/wgetrc" export XINITRC="$XDG_CONFIG_HOME"/x11/xinitrc export XSERVERRC="$XDG_CONFIG_HOME"/x11/xserverrc @@ -70,4 +72,3 @@ export LESSHISTFILE='-' export MANPAGER="less -R -M +Gg" export MPD_HOST="$HOME"/.local/share/mpd/socket export RUSTFLAGS="-L /usr/local/lib" -export WGETRC="$XDG_CONFIG_HOME/wgetrc" |