djui / alias-tips

An oh-my-zsh plugin to help remembering those aliases you defined once
786 stars 50 forks source link

how to zplug #31

Open gatspy opened 7 years ago

gatspy commented 7 years ago

zplug "djui/alias-tips" install alias-tips, but no effects in shell. how to config?

djui commented 7 years ago

Sorry for the late reply.

I am not familiar with zplug and use zgen (zgen load djui/alias-tips). Could you point me to some examples? Would zgen work for you?

ghost commented 7 years ago

zplug "djui/alias-tips", defer:3

djui commented 7 years ago

I gave zplug a try but I also don't know why it does not work. I wish I was more familiar with zplug to be able to provide better support for it and help you. Unfortunately without external help I don't see a path further to a solution to your problem.

pradyunsg commented 7 years ago

@gatspy Did @untoreh's suggestion work?

fruser commented 7 years ago

@pradyunsg , not really. Just tried on my machine with no visible effect...

kprestel commented 7 years ago

I got this working using the following snippet in my .zshrc

zplug "djui/alias-tips", from:github, defer:3

Try that and see if it works.