mirror of
https://github.com/zdharma-continuum/zconvey.git
synced 2026-09-10 07:06:21 -04:00
plugin.zsh: Export *{REPO,CONFIG}_DIR, respect XDG_CONFIG_HOME
This commit is contained in:
parent
4b4139fd48
commit
ce475add09
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
0="${(%):-%N}" # this gives immunity to functionargzero being unset
|
||||
ZCONVEY_REPO_DIR="${0%/*}"
|
||||
ZCONVEY_CONFIG_DIR="$HOME/.config/zconvey"
|
||||
typeset -gx ZCONVEY_REPO_DIR="${0%/*}"
|
||||
typeset -gx ZCONVEY_CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/zconvey"
|
||||
|
||||
#
|
||||
# Update FPATH if:
|
||||
|
|
|
|||
Loading…
Reference in a new issue