]> git.rmz.io Git - dotfiles.git/blob - zsh/plugins/history/history.plugin.zsh
0f4aa4b10720d359d48cbac77c86234bf26f56a3
[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'