1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-26 00:03:29 +02:00

Added history plugin

This commit is contained in:
Roey Darwish Dror
2012-06-22 15:30:51 +03:00
parent e8d582aba9
commit 8ba97c3644
+8
View File
@@ -0,0 +1,8 @@
alias h='history'
function hs
{
history | grep $*
}
alias hsi='hs -i'