Regarding to your c() _c() example, you can do the same thing just doing :
cdpath=(. ~/Railscasts)
It adds given paths to current directory path so all files and directories in ~/Railscasts are available from anywhere just typing : cd some_dir_in_railscasts_dir
That's a native future of ZSH so why bother reimplementing it.
Dmitri: I can't understand either even after a look to this screencast. It just shows you can strip off "function" and things like that but do we need that ?
Hi Ryan.
Regarding to your c() _c() example, you can do the same thing just doing :
cdpath=(. ~/Railscasts)
It adds given paths to current directory path so all files and directories in ~/Railscasts are available from anywhere just typing : cd some_dir_in_railscasts_dir
That's a native future of ZSH so why bother reimplementing it.
I only said it WILL
Dmitri: I can't understand either even after a look to this screencast. It just shows you can strip off "function" and things like that but do we need that ?