Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/history/history.plugin.zsh
2012-06-22 15:33:27 +03:00

8 lines
76 B
Shell

alias h='history'
function hs
{
history | grep $*
}
alias hsi='hs -i'