1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

load zshenv from xdg dir

This commit is contained in:
Ryan Kes 2022-06-30 18:55:11 +02:00
parent 4c74aa7f51
commit 100314aaa2

View File

@ -231,8 +231,8 @@ ex=:\
# Save history file in proper place # Save history file in proper place
HISTFILE=~/.cache/zsh/history HISTFILE=~/.cache/zsh/history
# Load config files from their proper place # Load zplug from xdg dir
ZDOTDIR=~/.config/zsh export ZPLUG_HOME="$XDG_DATA_HOME/zplug"
# Use alternative muhome # Use alternative muhome
export MU_HOME="/home/alrayyes/.cache/mu" export MU_HOME="/home/alrayyes/.cache/mu"