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

zsh is now xdg compliant, sort of

This commit is contained in:
Ryan Kes 2020-06-12 12:13:27 +02:00
parent 86af122e22
commit 98b01f9816
3 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,9 @@ zplug "plugins/yarn", from:oh-my-zsh
zplug "zsh-users/zsh-autosuggestions", from:github, defer:3
zplug "zsh-users/zsh-syntax-highlighting", from:github, defer:3
# Let zplug manage itself
zplug 'zplug/zplug', hook-build:'zplug --self-manage'
# Install packages
if ! zplug check --verbose; then
printf "Install zplug plugins? [y/N]: "

View File

@ -226,6 +226,9 @@ ex=:\
# Save history file in proper place
HISTFILE=~/.cache/zsh/history
# Load config files from their proper place
ZDOTDIR=~/.config/zsh
# Use alternative muhome
export MU_HOME="/home/alrayyes/.cache/mu"