summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-03-30 13:14:04 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-03-30 13:14:04 +0200
commite97fc6e487a374be0eded5ac2c7d6d8a006e90ca (patch)
tree300eac7213d480df5db921d03a1d141f184dd86b
parent0af5390f52e873ab8280e5c1a837e68f50090fae (diff)
downloaddotfiles-e97fc6e487a374be0eded5ac2c7d6d8a006e90ca.tar.gz
dotfiles-e97fc6e487a374be0eded5ac2c7d6d8a006e90ca.zip
zshrc: added PS_FORMAT
-rw-r--r--zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index f5d1e70..6f89a84 100644
--- a/zshrc
+++ b/zshrc
@@ -89,6 +89,10 @@ alias grep='\grep --color=auto -Hn'
alias fd="fd --color auto --no-ignore"
alias rg="rg --color auto --no-ignore"
+# Basic environment
+
+export PS_FORMAT='pid,pgid,etime,user,comm'
+
# Colorful man pages
man() {