ohmyzsh/plugins/colored-man-pages
2017-08-30 16:05:58 -04:00
..
colored-man-pages.plugin.zsh recent versions of zsh flag functions declared w/o explicit 'function' specifier as defined based on an alias, causing a parsing error and disabling the function in the shell upon launch. Explicit 'function' specifier added, and problem is fixed 2017-08-30 16:05:58 -04:00