1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-12-18 07:47:04 +00:00
Files
prezto/init.zsh
Caleb Land 817dd3aa3a Allow functions in a module to be symlinks
Add the '-' flag to the function glob which makes the other flag test
against the target of the symlink, and not the symlink itself.

When using rcm (https://github.com/thoughtbot/rcm), the function files
are symlinked by default, but the current glob excludes them by
targeting normal files (with the '.' flag).

Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
2014-01-03 13:30:55 -05:00

2.8 KiB