mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Rework zsh config and use zgenom for plugins
This commit is contained in:
parent
112368f7d1
commit
bd5ef1bef4
7 changed files with 99 additions and 52 deletions
|
@ -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="-"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue