diff --git a/lib/history.zsh b/lib/history.zsh index 7d4e59d00..1324863c4 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -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 }