]> git.rmz.io Git - dotfiles.git/blob - zsh/plugins/history/history.plugin.zsh
Squashed commit of the following + cleanup afterwards:
[dotfiles.git] / zsh / plugins / history / history.plugin.zsh
1 alias h='history'
2
3 function hs
4 {
5 history | grep $*
6 }
7
8 alias hsi='hs -i'