+ Updated README.md

+ Remove ZDOTDIR from .zshenv (now inside /etc/zsh/zshenv)
This commit is contained in:
ziro 2020-05-13 09:15:33 +07:00
parent c554edcea4
commit bb06d26285
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ export KODI_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/kodi"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass" export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
export WGETRC="$XDG_CONFIG_HOME/wgetrc" export WGETRC="$XDG_CONFIG_HOME/wgetrc"
export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer" export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer"
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default" export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default"
export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android" export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android"

View file

@ -9,5 +9,5 @@ Add this to /etc/zsh/zshenv
```Shell ```Shell
#!/bin/zsh #!/bin/zsh
export ZDOTDIR=$HOME/.config/zsh export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
``` ```