parent
e8d582aba9
commit
8ba97c3644
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
alias h='history' |
||||
|
||||
function hs |
||||
{ |
||||
history | grep $* |
||||
} |
||||
|
||||
alias hsi='hs -i' |
||||
Loading…
Reference in new issue