dotfiles/zsh/.oh-my-zsh/plugins/history/history.plugin.zsh

9 lines
76 B
Bash
Raw Normal View History

2020-01-22 17:37:20 +01:00
alias h='history'
function hs
{
history | grep $*
}
alias hsi='hs -i'