Rework zsh config and use zgenom for plugins

This commit is contained in:
ItsDrike 2023-02-09 12:57:33 +01:00
parent 112368f7d1
commit bd5ef1bef4
No known key found for this signature in database
GPG key ID: B014E761034AF742
7 changed files with 99 additions and 52 deletions

View file

@ -26,6 +26,9 @@ export XDG_RUNTIME_DIR="/run/user/$uid"
# Per-Application XDG settings
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export ZSH_CACHE="$HOME/.cache/zsh"
export HISTFILE="$ZSH_CACHE/history"
export ZSH_COMPDUMP="$ZSH_CACHE/zcompdump-$ZSH_VERSION"
export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc"
#export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" # This line will break some DMs.
export LESSHISTFILE="-"