djui / alias-tips

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

Don't globally set PLUGIN_DIR. #8

Closed tomprince closed 9 years ago

tomprince commented 9 years ago

This can't be a local, though, as zsh variables aren't lexical.

This is based on #7, since there is otherwise a trivial conflict.

djui commented 9 years ago

Could you rebase?

tomprince commented 9 years ago

Done. I also renamed the preexec function to match the naming here, since - isn't valid in variables.

tomprince commented 9 years ago

(I can drop the last part, if you want)