config/oh-my-zsh/plugins/history/history.plugin.zsh
2023-02-27 20:04:56 +05:30

3 lines
74 B
Bash

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