history.plugin.zsh 100 B

1234
  1. alias h='history'
  2. alias hl='history | less'
  3. alias hs='history | grep'
  4. alias hsi='history | grep -i'