ohmyzsh/plugins/history/history.plugin.zsh
Handsome Cheung a8150660e0 compaudit fo zsh
2013-09-07 08:34:47 +08:00

8 lines
76 B
Bash
Executable file

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