added buncha stuff

This commit is contained in:
opalvault
2022-01-10 23:40:02 -08:00
parent 189df8cbec
commit 2046befee2
12 changed files with 924 additions and 3 deletions

9
.config/zsh/.zshenv Normal file
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