From 9468f796e4158b5f5d71fc4b7d5b4957e0e604b8 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 14 Jul 2023 12:41:20 +0200 Subject: [PATCH] alias: Remove pgrep alias In order to work with scripts remove the alias which added `-a`. --- .zshenv | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshenv b/.zshenv index f121b5d..10a2c46 100644 --- a/.zshenv +++ b/.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'