mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-01-02 20:41:10 +01:00
commit
5f41ecd7b8
1 changed files with 8 additions and 0 deletions
8
plugins/history/history.plugin.zsh
Normal file
8
plugins/history/history.plugin.zsh
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
alias h='history'
|
||||||
|
|
||||||
|
function hs
|
||||||
|
{
|
||||||
|
history | grep $*
|
||||||
|
}
|
||||||
|
|
||||||
|
alias hsi='hs -i'
|
Loading…
Reference in a new issue