Using guix home now

This commit is contained in:
opal
2021-12-31 11:17:48 -08:00
parent 28f4dfc9b3
commit d1d107eb35
82 changed files with 264 additions and 11258 deletions

View File

@@ -0,0 +1,9 @@
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