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'