commit 84f866cc92ccc19079d08784d1b909d2fae1665e Author: Matt Fehrenbach <m.fehrenbach@pm.me> Date: Sat, 26 Dec 2020 17:02:44 +0000 Initial commit Diffstat:
| A | .config/shell/profile | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.config/shell/profile b/.config/shell/profile @@ -0,0 +1,8 @@ +#!/bin/zsh + +# ~/ Clean-up: +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_DATA_HOME="$HOME/.local/share" +export XDG_CACHE_HOME="$HOME/.cache" + +export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"