mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] fix dependencies of zplg
This commit is contained in:
parent
6fd9eecf6a
commit
003dffcb3b
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
|
||||
_ZPLG_SCRIPT_PATH="${(%):-%N}"
|
||||
|
||||
# load dependencies {{{
|
||||
autoload -Uz colors && colors
|
||||
# }}}
|
||||
|
||||
|
||||
# $ZPLG_HOME is a directory where all your plugins are downloaded, it also
|
||||
# might contain in the future some kind of state/lock/database files. It is
|
||||
|
|
Loading…
Reference in a new issue