This website requires JavaScript.
Explore
Help
Sign In
dolysis
/
ohmyzsh
Watch
3
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Pull Requests
Releases
Activity
ed0bd6b33c
ohmyzsh
/
plugins
/
history
/
history.plugin.zsh
9 lines
76 B
Bash
Raw
Blame
History
alias
h
=
'history'
function
hs
{
history
|
grep
$*
}
alias
hsi
=
'hs -i'
Reference in New Issue
View Git Blame
Copy Permalink