diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2026-01-17 14:57:18 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2026-01-17 14:57:18 +0100 |
| commit | 6649ca19266ad18033d6123a76e2995658889d76 (patch) | |
| tree | c25933a1f93a30873edf5505dffcbfba1361429f | |
| parent | f47a10b656e59bdadd2ece243f075c89ce8883ba (diff) | |
| download | ymer-6649ca19266ad18033d6123a76e2995658889d76.tar.gz | |
clean home dir a bit
| -rw-r--r-- | dot-config/fish/config.fish | 3 |
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 |
