summaryrefslogtreecommitdiffstats
path: root/.config/zsh/oh-my-zsh/plugins/history/history.plugin.zsh
blob: 9cee48fe4b7c7f3c680c31af299b97fe1e4475fa (plain) (blame)
1
2
3
alias h='history'
alias hs='history | grep'
alias hsi='history | grep -i'