Newer
Older
zsh_settings / .zsh_plugins / history / history.plugin.zsh
@aoi1049 aoi1049 on 5 Feb 2019 76 bytes first commit.
alias h='history'

function hs
{
    history | grep $*
}

alias hsi='hs -i'