docs: simplify zshenv comments
This commit is contained in:
parent
51e5d74b70
commit
29a2860649
1 changed files with 3 additions and 3 deletions
6
zshenv
6
zshenv
|
@ -1,8 +1,8 @@
|
||||||
# set environment variable $ZDOTDIR to $HOME/.config/zsh
|
# set environment variables to conform with XDG base directory specification
|
||||||
export ZDOTDIR="${HOME}/.config/zsh"
|
export ZDOTDIR="${HOME}/.config/zsh"
|
||||||
# set environment variable $ZCACHEDIR to $HOME/.cache/zsh
|
|
||||||
export ZCACHEDIR="${HOME}/.cache/zsh"
|
export ZCACHEDIR="${HOME}/.cache/zsh"
|
||||||
# set environment variable $ZSYSDIR to /usr/share/zsh-grawlinson
|
|
||||||
|
# set framework location
|
||||||
export ZSYSDIR="/usr/share/zsh-grawlinson"
|
export ZSYSDIR="/usr/share/zsh-grawlinson"
|
||||||
|
|
||||||
# create missing folders
|
# create missing folders
|
||||||
|
|
Loading…
Reference in a new issue