+ Update README.md

This commit is contained in:
AAP 2020-05-13 09:13:13 +07:00 committed by GitHub
parent 583116f51c
commit c554edcea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@ This repository contains config files that i used, some are coded/modified/scrip
### Tips ### Tips
Add this to /etc/zsh/zshenv Add this to /etc/zsh/zshenv
`#!/bin/zsh ```Shell
#!/bin/zsh
export ZDOTDIR=$HOME/.config/zsh`
export ZDOTDIR=$HOME/.config/zsh
```