alias: Remove pgrep alias

In order to work with scripts remove the alias which added `-a`.
This commit is contained in:
finga 2023-07-14 12:41:20 +02:00
parent f0d9c6a03c
commit 9468f796e4

View file

@ -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'