alias: Remove pgrep alias
In order to work with scripts remove the alias which added `-a`.
This commit is contained in:
parent
f0d9c6a03c
commit
9468f796e4
1 changed files with 0 additions and 1 deletions
1
.zshenv
1
.zshenv
|
@ -12,7 +12,6 @@ alias chgrp='chgrp --preserve-root'
|
|||
#
|
||||
# Aliases
|
||||
#
|
||||
alias pgrep='pgrep -a'
|
||||
alias less='less -r'
|
||||
alias grep='grep --color=always -n'
|
||||
alias rg='rg_bat() {rg -n -p $@ | bat};rg_bat'
|
||||
|
|
Loading…
Reference in a new issue