mirror of
https://github.com/zdharma-continuum/zinit-configs.git
synced 2025-02-24 22:49:26 +01:00
7 lines
99 B
Bash
7 lines
99 B
Bash
|
|
# Directory of the script
|
|
CURRENT_DIR=${0:a:h}
|
|
|
|
zplugin-configs() {
|
|
"${CURRENT_DIR}"/run.sh
|
|
}
|