From d0812b4bbd4e9d449b01b0cc3a3681eb102fc67e Mon Sep 17 00:00:00 2001 From: siinus Date: Sun, 28 Aug 2022 06:32:14 +0300 Subject: [PATCH] Add pgrep alias for more informative output --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4484f35..1e80751 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -16,6 +16,7 @@ export SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh alias diff='diff --color=auto' alias grep='grep --color=auto' alias ip='ip --color=auto' +alias pgrep='pgrep --ignore-case --list-full' export LESS_TERMCAP_mb=$'\E[1;31m' # begin blink export LESS_TERMCAP_md=$'\E[1;36m' # begin bold