mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
8 lines
76 B
Shell
8 lines
76 B
Shell
alias h='history'
|
|
|
|
function hs
|
|
{
|
|
history | grep $*
|
|
}
|
|
|
|
alias hsi='hs -i'
|