Colin Hebert
0f7e454977
[ Fix #268 ] Get entire history for history-stat
...
The 'history' command is the same as 'fc -l', using a '.' as the first
parameter will get the history from the first command starting with a '.'.
Instead a '0' should be used, meaning that the history is taken from the very
first entry in the history.
12 years ago
Sorin Ionescu
8cdf06e386
[ #255 ] Use $ZDOTDIR or $HOME
12 years ago
Sorin Ionescu
9a52ecb21b
Increase heading readability
12 years ago
Sorin Ionescu
e35d6b984a
Do not remove superfluous blanks from events
...
Recording superflous blanks is useful when indenting multiline commands.
13 years ago
Sorin Ionescu
b2b90c22f8
Improve diction in documentation
13 years ago
Sorin Ionescu
399b2f529d
Edit spelling in history comments
13 years ago
Sorin Ionescu
b47b845b13
Move history-stat from utility into history
13 years ago
Sorin Ionescu
4f06785949
[ #23 ] Convert history into a module
13 years ago
Sorin Ionescu
b96bbca51c
Added or edited file headers.
13 years ago
Sorin Ionescu
c8b8861418
Removed redundant APPEND_HISTORY option.
13 years ago
Sorin Ionescu
9d27df2050
Tradition dictates that options are uppercase.
13 years ago
Sorin Ionescu
faeca82831
The functions directory should only hold functions.
13 years ago
Sorin Ionescu
37dbcf7a20
Cleaned up and documented history.
14 years ago
Sorin Ionescu
3fd9cf9f86
Renamed lib/ to functions/ and renamed files inside of it.
14 years ago
Sorin Ionescu
94ab5e0ec8
Cleaned up lib/ and removed trailing white space everywhere.
...
Conflicts:
oh-my-zsh.sh
14 years ago
Sorin Ionescu
19a85909ca
Fixed confusing, inconsistent casing.
14 years ago
Mike Hostetler
1d93b2346f
share history with your zsh's on the same host
15 years ago
James Rowe
f87db739c0
Ignore commands that start with a space.
...
This is useful when you want to use a dangerous command, as it won't be
available with history searching.
15 years ago
Robby Russell
644e54e839
Bumping up history to 10k commands
15 years ago
Robby Russell
8dd06e3c73
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
15 years ago
James Cox
ee31f463f2
tidy up history
15 years ago
James Cox
2b8d218167
would rather store history in $HOME and double size
15 years ago
Robby Russell
5da20b9ddd
Importing initial files after reorganizing stuff.
15 years ago