mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Standardized error messages.
This commit is contained in:
parent
28da8f916b
commit
95c29bada8
10 changed files with 33 additions and 29 deletions
|
|
@ -19,7 +19,7 @@ TRAP_SIGNALS=(
|
|||
# Adds a function to a list to be called when a trap is triggered.
|
||||
function add-zsh-trap() {
|
||||
if (( $# < 2 )); then
|
||||
print "Usage: $0 type function"
|
||||
print "usage: $0 type function"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue