This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
logicp
/
logicp_zsh
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6b0dab6939
Rami (Branch)
Tag
master
logicp_zsh
/
plugins
/
history
/
history.plugin.zsh
history.plugin.zsh
76 B
Cronologia
Originale
1
2
3
4
5
6
7
8
alias h='history'
function hs
{
history | grep $*
}
alias hsi='hs -i'