Files
dotfiles/.oh-my-zsh/plugins/history/history.plugin.zsh
2017-11-17 04:23:58 +01:00

9 lines
76 B
Bash
Executable File

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