diff options
| -rw-r--r-- | .zshenv | 4 | ||||
| -rwxr-xr-x | setup.sh | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,4 @@ +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_CACHE_HOME="$HOME/.cache" +export XDG_DATA_HOME="$HOME/.local/share" +export XDG_STATE_HOME="$HOME/.local/state" @@ -6,6 +6,7 @@ for name in \ .tmux.conf \ .vimrc \ + .zshenv \ .zshrc \ ; \ do |
