ohmyzsh/plugins/history/history.plugin.zsh
2013-07-11 17:07:07 -04:00

8 lines
66 B
Bash

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