history.plugin.zsh 74 B

123
  1. alias h='history'
  2. alias hs='history | grep'
  3. alias hsi='history | grep -i'