1
0
Fork 0

Fix hgrep alias

This commit is contained in:
tastytea 2022-03-24 01:24:45 +01:00
parent 37a76f99b5
commit 869bf8933e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ alias la="ls -a"
alias grep="grep --color=auto"
alias zgrep="zgrep --color=auto"
alias hgrep='history | grep'
alias hgrep="fc -liD 0 | grep"
alias psgrep="ps aux | grep -v grep | grep"
alias netgrep="netstat -tulpen | grep"