diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-04-20 09:21:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-04-20 09:21:17 -0400 |
| commit | 77fd62b9f315644be161c8a15287963552af99bd (patch) | |
| tree | 3b918b9a60a3ff0a55086e334b9df49b278447e3 /.config/shell | |
| parent | 65378ab9443401e0e895d50ad894d66ba4c3ff31 (diff) | |
| parent | c08949ebd2aeeec220b63da6a32542a0210bac38 (diff) | |
| download | eibhear-77fd62b9f315644be161c8a15287963552af99bd.tar.gz eibhear-77fd62b9f315644be161c8a15287963552af99bd.tar.zst eibhear-77fd62b9f315644be161c8a15287963552af99bd.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index e78f21e..5508943 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -39,6 +39,7 @@ export TMUX_TMPDIR="$XDG_RUNTIME_DIR" export ANDROID_SDK_HOME="$XDG_CONFIG_HOME/android" export CARGO_HOME="$XDG_DATA_HOME/cargo" export GOPATH="$XDG_DATA_HOME/go" +export GOMODCACHE="$XDG_CACHE_HOME/go/mod" export ANSIBLE_CONFIG="$XDG_CONFIG_HOME/ansible/ansible.cfg" export UNISON="$XDG_DATA_HOME/unison" export HISTFILE="$XDG_DATA_HOME/history" |
