switch to bashrc, fix sway config

This commit is contained in:
Opal
2022-10-10 20:14:05 -07:00
parent a8368426c4
commit 03bb03c734
7 changed files with 366 additions and 21 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