mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-09-19 09:06:27 +08:00

Drops the `function` keyword and uses only `func(){}` syntax as per the POSIX specification: http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_09_05 Related: #4531