azproduction / lmd

LMD - JavaScript Module-Assembler for building better web applications :warning: Project is no longer supported :warning:
http://azproduction.ru/lmd/
MIT License
449 stars 27 forks source link

end of lmd completion comment #124

Closed megatolya closed 11 years ago

megatolya commented 11 years ago

I don't see where lmd completion ends im my zshrc. This is not comfortable. You have ###-begin-lmd-completion-### But where is ###-end-lmd-completion-### :(

azproduction commented 11 years ago

Ill check it. Thank you!

You can add . <(lmd completion) to your rc file. It is the same thing but without adding full source.

azproduction commented 11 years ago

I tried

$ lmd completion >> ~/.zshrc && cat ~/.zshrc | grep end-lmd-completion
###-end-lmd-completion-###

As you can see there is that line

Please check it, prolly it is different problem.

megatolya commented 11 years ago

oh, maybe it's my fault, thx. ill check it tommorow