mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
4 lines
100 B
Shell
4 lines
100 B
Shell
alias h='history'
|
|
alias hl='history | less'
|
|
alias hs='history | grep'
|
|
alias hsi='history | grep -i'
|