conf2/zsh/.oh-my-zsh/plugins/history/history.plugin.zsh
2020-06-11 16:41:32 +02:00

4 lines
74 B
Bash

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