diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 15:43:19 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 16:19:02 +0100 |
commit | 7e919bbea37c30eade041394e079e16ac81ce899 (patch) | |
tree | 71bd9c442c2af984e971ad2cb0a23b80f3d76326 /.zshenv | |
parent | d89399f8b60ef005ef120b2ee003e15961c0bea9 (diff) |
Switched from bash to zsh
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +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 +export XDG_DATA_DIRS="/usr/local/share:/usr/share" +export XDG_CONFIG_DIRS="/etc/xdg" + +export ZDOTDIR=$XDG_CONFIG_HOME/zsh |