Added history plugin

master
Roey Darwish Dror 14 years ago
parent e8d582aba9
commit 8ba97c3644
  1. 8
      plugins/history/history.plugin.zsh

@ -0,0 +1,8 @@
alias h='history'
function hs
{
history | grep $*
}
alias hsi='hs -i'
Loading…
Cancel
Save