summaryrefslogtreecommitdiff
path: root/plugins/history/history.plugin.zsh
blob: fb3e313893536a98b5422689d2d39009c5ea4c3e (plain)
1
2
3
4
alias h='history'
alias hl='history | less'
alias hs='history | grep'
alias hsi='history | grep -i'