This commit is contained in:
David Kramer 2018-04-22 19:05:29 +00:00 committed by GitHub
commit a30286eef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}