history.plugin.zsh 76 Bytes
alias h='history'

function hs
{
    history | grep $*
}

alias hsi='hs -i'