+ Updated README.md
+ Remove ZDOTDIR from .zshenv (now inside /etc/zsh/zshenv)
This commit is contained in:
parent
c554edcea4
commit
bb06d26285
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue