conf2/zsh/.oh-my-zsh/plugins/history/history.plugin.zsh
2019-01-12 16:47:23 +01:00

9 lines
76 B
Bash

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