mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-01 20:17:50 +08:00
ZSH uses dash instead of underscore to separate words in function identifiers.
parent
ccb7fd5c2b
commit
c7670fb339
@ -19,7 +19,7 @@ Braces should be on the same line as the function name:
|
||||
|
||||
Private or utility functions should be prefixed with an underscore:
|
||||
|
||||
function _helper_util() {
|
||||
function _helper-util() {
|
||||
...
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user