1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:05:59 +02:00

history: add note for zsh (#6110)

This commit is contained in:
marchersimon 2021-06-29 22:26:09 +02:00 committed by GitHub
parent 1555cfec36
commit e64cd91d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`