feat(history): add `hl` alias (#11990)
parent
d3112d67a3
commit
f10cd5281d
2 changed files with 2 additions and 0 deletions
@ -1,3 +1,4 @@ |
||||
alias h='history' |
||||
alias hl='history | less' |
||||
alias hs='history | grep' |
||||
alias hsi='history | grep -i' |
||||
|
||||
Loading…
Reference in new issue