+ 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

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