dotfiles/zsh/.oh-my-zsh_old/plugins/history/history.plugin.zsh
2020-03-09 15:32:52 +01:00

9 lines
76 B
Bash

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