1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-06-03 13:26:10 +02:00

Abolish the feature that is resolved with a relative path from ZPLUG_HOME

See #207
This commit is contained in:
b4b4r07 2016-07-25 20:49:01 +09:00
parent a4cd5e4557
commit b2ad7aeb18
3 changed files with 0 additions and 6 deletions

View File

@ -146,8 +146,6 @@ zplug "zsh-users/zsh-syntax-highlighting", nice:10
# Can manage local plugins
zplug "~/.zsh", from:local
# A relative path is resolved with respect to the $ZPLUG_HOME
zplug "repos/robbyrussell/oh-my-zsh/custom/plugins/my-plugin", from:local
# Install plugins if there are plugins that have not been installed
if ! zplug check --verbose; then

View File

@ -767,8 +767,6 @@ zplug "zsh\-users/zsh\-syntax\-highlighting", nice:10
# Can manage local plugins
zplug "~/\&.zsh", from:local
# A relative path is resolved with respect to $ZPLUG_HOME
zplug "repos/robbyrussell/oh\-my\-zsh/custom/plugins/my\-plugin", from:local
# Install plugins if there are plugins that have not been installed
if ! zplug check \-\-verbose; then

View File

@ -339,8 +339,6 @@ zplug "zsh-users/zsh-syntax-highlighting", nice:10
# Can manage local plugins
zplug "~/.zsh", from:local
# A relative path is resolved with respect to $ZPLUG_HOME
zplug "repos/robbyrussell/oh-my-zsh/custom/plugins/my-plugin", from:local
# Install plugins if there are plugins that have not been installed
if ! zplug check --verbose; then