Files
dotfiles/.oh-my-zsh/plugins/history/history.plugin.zsh
2016-04-23 18:31:04 +02:00

9 lines
76 B
Bash

alias h='history'
function hs
{
history | grep $*
}
alias hsi='hs -i'