You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
574 B
15 lines
574 B
PREFIX=/data/zsh
|
|
ZSH_BIN=/system/bin.d
|
|
ZSH_ETC=/etc/zsh
|
|
ZSH_ENV=$ZSH_ETC/zshenv
|
|
ZSH_LOGIN=$ZSH_ETC/zlogin
|
|
ZSH_LOGOUT=$ZSH_ETC/zlogout
|
|
ZSH_PROFILE=ZSH_ETC/zprofile
|
|
ZSH_ZSHRC=$ZSH_ETC/zshrc
|
|
ZSH_SCRIPT=$PREFIX/script
|
|
ZSH_FUNCTIONS=$PREFIX/functions
|
|
ZSH_SITE_FUNCTIONS=$PREFIX/site-functions
|
|
ZSH_HELP=$PREFIX/help
|
|
ZSH_INFO=$PREFIX/info
|
|
ZSH_DOC=$PREFIX/doc
|