1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge pull request #1186 from r-darwish/history

Added history plugin
This commit is contained in:
Robby Russell 2012-12-04 06:38:28 -08:00
commit 5f41ecd7b8

View file

@ -0,0 +1,8 @@
alias h='history'
function hs
{
history | grep $*
}
alias hsi='hs -i'