This website requires JavaScript.
Explore
Help
Sign In
vincent
/
conf2
Watch
1
Star
0
Fork
0
You've already forked conf2
Code
Issues
Pull Requests
Releases
Wiki
Activity
32c56e3f09
conf2
/
zsh
/
.oh-my-zsh
/
plugins
/
history
/
history.plugin.zsh
9 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
add oh-my-zsh to local user config
2019-01-12 15:47:23 +00:00
alias
h
=
'history'
Revert "add powerlevel10k" This reverts commit 537a63d601ef74408856e12584f519d6c5447090.
2020-06-11 14:59:30 +00:00
function
hs
{
history
|
grep
$*
}
alias
hsi
=
'hs -i'
Reference in New Issue
Copy Permalink