mirror of https://github.com/ohmyzsh/ohmyzsh.git
commit
5f41ecd7b8
|
@ -0,0 +1,8 @@
|
||||||
|
alias h='history'
|
||||||
|
|
||||||
|
function hs
|
||||||
|
{
|
||||||
|
history | grep $*
|
||||||
|
}
|
||||||
|
|
||||||
|
alias hsi='hs -i'
|
Loading…
Reference in New Issue