dotfiles/dot_oh-my-zsh/plugins/history/history.plugin.zsh
2020-06-15 05:31:33 -05:00

3 lines
74 B
Bash

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