index
:
marvinborner/dotfiles
master
:floppy_disk: Handcrafted dotfiles for a pleasant linux experience
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.oh-my-zsh
/
plugins
/
history
/
history.plugin.zsh
blob: 0f4aa4b10720d359d48cbac77c86234bf26f56a3 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
alias h='history' function hs { history | grep $* } alias hsi='hs -i'