Browse Source

Add pgrep alias for more informative output

master
siinus 2 years ago
parent
commit
d0812b4bbd
Signed by: siinus
GPG Key ID: 259BA0611AE97CEF
  1. 1
      zsh/.zshrc

1
zsh/.zshrc

@ -16,6 +16,7 @@ export SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh @@ -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

Loading…
Cancel
Save