From 4bfc7318e9f96c3f1caee080e89ee6dd25e15275 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 5 Jan 2020 22:28:20 +0100 Subject: [PATCH] docs/time: Add a note about time command [ci skip] --- sphinx_doc_src/cmds/time.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx_doc_src/cmds/time.rst b/sphinx_doc_src/cmds/time.rst index 5e13ec6b2..f6e8778bb 100644 --- a/sphinx_doc_src/cmds/time.rst +++ b/sphinx_doc_src/cmds/time.rst @@ -17,6 +17,8 @@ Description For checking timing after a command has completed, check :ref:`$CMD_DURATION `. +Your system most likely also has a `time` command. To use that use something like `command time`, as in `command time sleep 10`. Because it's not inside fish, it won't have access to fish functions and won't be able to time blocks and such. + Example -------