1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-08-04 05:09:25 +00:00

Edit spelling in history comments

This commit is contained in:
Sorin Ionescu
2012-04-15 14:21:08 -04:00
parent 6493506e30
commit 399b2f529d
2 changed files with 11 additions and 11 deletions

View File

@ -3,8 +3,8 @@ History
Sets [history][1] options and defines history aliases.
VARIBLES
--------
VARIABLES
---------
- `HISTFILE` the file to save the history in when an interactive shell exits.
- `HISTSIZE` the maximum size of the history list.
@ -25,12 +25,12 @@ Options
- `HIST_SAVE_NO_DUPS` do not write duplicate entries in the history file.
- `HIST_REDUCE_BLANKS` remove superfluous blanks before recording entry.
- `HIST_VERIFY` do not execute immediately upon history expansion.
- `HIST_BEEP` beep when accessing nonexistent history.
- `HIST_BEEP` beep when accessing non-existent history.
Aliases
-------
- `history-stat` lists the ten most used commands
- `history-stat` list the ten most used commands
Authors
-------