From 2d65c8d43cc8d280ab72d93037be17715e94abbc Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 3 Oct 2023 10:01:31 -0500 Subject: add npmrc for uncluttering home dir and also add docker uncitter for docker config --- zsh/zprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh/zprofile') diff --git a/zsh/zprofile b/zsh/zprofile index 2081946..79e87c5 100755 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -12,6 +12,7 @@ export SUDO='doas' # Make programs follow the XDG base directory specification export XDG_CACHE_HOME="$HOME/.cache" export ANSIBLE_GALAXY_CACHE_DIR="${XDG_CACHE_HOME}/ansible/galaxy_cache" +export DOCKER_CONFIG="$XDG_CACHE_HOME/docker" export XAUTHORITY="$XDG_CACHE_HOME/Xauthority" export XDG_CONFIG_HOME="$HOME/.config" -- cgit v1.2.3