Mercurial > dotfiles
diff dot_zshrc @ 595:daa64dbb12f9
Add default ps formatting
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Mon, 13 Jun 2022 16:07:55 +0200 |
parents | 4d91cd643eb8 |
children | 39afef47145e |
line wrap: on
line diff
--- a/dot_zshrc Sun May 15 11:34:13 2022 +0200 +++ b/dot_zshrc Mon Jun 13 16:07:55 2022 +0200 @@ -221,6 +221,8 @@ export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc export BAT_CONFIG_PATH=$HOME/.config/bat/config +export PS_FORMAT='pid,pgid,state,start_time,%cpu,command' + [ -f ~/.zshrc.local ] && source ~/.zshrc.local # Must run after brew is loaded