Skip to content

Commit

Permalink
perf(location): update resource layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Sep 16, 2020
1 parent 5cf91e3 commit 26a63a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.sh
Expand Up @@ -4,15 +4,15 @@ export _MYZS_ROOT="${MYZS_ROOT:-"$HOME/.myzs"}"
export __MYZS__SRC="${_MYZS_ROOT}/src"
export __MYZS__HLP="${_MYZS_ROOT}/src/utils/helper"
export __MYZS__PLG="${_MYZS_ROOT}/plugins"
export __MYZS__RES="${_MYZS_ROOT}/resources"
export __MYZS__COM="${_MYZS_ROOT}/resources/completion"

export ZPLUG_HOME="${MYZS_ZPLUG:-${_MYZS_ROOT}/zplug}"

export __MYZS__USER="${MYZS_USER:-$USER}"
export __MYZS__OWNER="Kamontat Chantrachirathumrong"
export __MYZS__VERSION="5.0.2"
export __MYZS__VERSION="5.1.0"
export __MYZS__SINCE="21 Apr 2018"
export __MYZS__LAST_UPDATED="15 Sep 2020"
export __MYZS__LAST_UPDATED="16 Sep 2020"
export __MYZS__LICENSE="MIT"
export __MYZS__MODULES=()

Expand Down

0 comments on commit 26a63a8

Please sign in to comment.