history.plugin.zsh 76 B

12345678
  1. alias h='history'
  2. function hs
  3. {
  4. history | grep $*
  5. }
  6. alias hsi='hs -i'