configs/dot.oh-my-zsh/plugins/history/history.plugin.zsh
2013-01-14 21:27:18 +01:00

8 lines
76 B
Bash

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