summaryrefslogtreecommitdiff
path: root/dot-config/fish/config.fish
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/fish/config.fish')
-rw-r--r--dot-config/fish/config.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-config/fish/config.fish b/dot-config/fish/config.fish
index a28ece1..5f1086b 100644
--- a/dot-config/fish/config.fish
+++ b/dot-config/fish/config.fish
@@ -22,4 +22,7 @@ fish_add_path "$GOPATH/bin"
set -x CARGO_HOME "$HOME/.local/share/cargo"
fish_add_path "$CARGO_HOME/bin"
+set -x BUN_INSTALL_CACHE_DIR "$HOME/.cache/bun-install-cache"
+set -x DOCKER_CONFIG "$HOME/.local/share/docker"
+
direnv hook fish | source