1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-13 10:50:40 +01: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

View File

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