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

4 lines
74 B
Bash
Raw Normal View History

2019-01-12 15:47:23 +00:00
alias h='history'
2020-06-11 14:41:32 +00:00
alias hs='history | grep'
alias hsi='history | grep -i'