From e64cd91d5b00ae1e0604c24411776eaedb86f09e Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 29 Jun 2021 22:26:09 +0200 Subject: [PATCH] history: add note for zsh (#6110) --- pages/common/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/history.md b/pages/common/history.md index 0c674f4be..953afe568 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -7,7 +7,7 @@ `history` -- Display the last 20 commands: +- Display the last 20 commands (in `zsh` it displays all commands starting from the 20th): `history {{20}}`