Ensure builtin fc is used (see #3001)

master
Marc Cornellà 12 years ago
parent 643bb25a0d
commit 03758416fe
  1. 2
      lib/history.zsh

@ -6,7 +6,7 @@ function omz_history {
echo -n >| "$HISTFILE"
echo >&2 History file deleted. Reload the session to see its effects.
else
fc $@ -l 1
builtin fc "$@" -l 1
fi
}

Loading…
Cancel
Save