mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Fix repeated omz_history event not found error message
This commit is contained in:
parent
c7185c35f3
commit
a10f29c4a0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ function omz_history {
|
|||
else
|
||||
# otherwise, call `fc -l 1` to show all available
|
||||
# history (and pass additional parameters)
|
||||
builtin fc "$@" -l 1
|
||||
builtin fc -l 1 "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue