index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
history
/
history.plugin.zsh
blob: 0f4aa4b10720d359d48cbac77c86234bf26f56a3 (
plain
)
1
2
3
4
5
6
7
8
alias h='history' function hs { history | grep $* } alias hsi='hs -i'