summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {