This commit is contained in:
2024-09-02 19:24:13 -07:00
parent 23d686908d
commit d1f2ecbc14
29 changed files with 54 additions and 234 deletions

View File

@@ -1,9 +0,0 @@
if [[ -z "$XDG_CONFIG_HOME" ]]
then
export XDG_CONFIG_HOME="$HOME/.config"
fi
if [[ -d "$XDG_CONFIG_HOME/zsh" ]]
then
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
fi