mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-27 16:53:30 +02:00
@@ -0,0 +1,8 @@
|
|||||||
|
alias h='history'
|
||||||
|
|
||||||
|
function hs
|
||||||
|
{
|
||||||
|
history | grep $*
|
||||||
|
}
|
||||||
|
|
||||||
|
alias hsi='hs -i'
|
||||||
Reference in New Issue
Block a user