ohmyzsh/plugins/history/history.plugin.zsh
2013-07-26 01:42:06 -04:00

8 lines
76 B
Bash

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