diff --git a/pages/common/history.md b/pages/common/history.md index ad8e8f0db0..183971924b 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -11,6 +11,10 @@ `history {{20}}` +- Display history with timestamps in different formats (only available in Zsh): + +`history -{{d|f|i|E}}` + - Clear the commands history list (only for current Bash shell): `history -c`