1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-24 07:13:28 +02: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
+8
View File
@@ -0,0 +1,8 @@
alias h='history'
function hs
{
history | grep $*
}
alias hsi='hs -i'