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

4 lines
74 B
Bash
Raw Normal View History

alias h='history'
alias hs='history | grep'
alias hsi='history | grep -i'