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