+ Moved zsh config data to .config

This commit is contained in:
ziro 2020-05-12 09:39:28 +07:00
parent 62eb4e3858
commit 59ee109f16
6 changed files with 1964 additions and 2 deletions

View file

@ -28,6 +28,7 @@ export KODI_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/kodi"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer"
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
# Path to your oh-my-zsh installation.
export ZSH="${XDG_DATA_HOME:-$HOME/.local/share}/oh-my-zsh"