Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
594:e8615fbcf11b | 595:daa64dbb12f9 |
---|---|
219 export HGEDITOR=nvim | 219 export HGEDITOR=nvim |
220 | 220 |
221 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc | 221 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc |
222 export BAT_CONFIG_PATH=$HOME/.config/bat/config | 222 export BAT_CONFIG_PATH=$HOME/.config/bat/config |
223 | 223 |
224 export PS_FORMAT='pid,pgid,state,start_time,%cpu,command' | |
225 | |
224 [ -f ~/.zshrc.local ] && source ~/.zshrc.local | 226 [ -f ~/.zshrc.local ] && source ~/.zshrc.local |
225 | 227 |
226 # Must run after brew is loaded | 228 # Must run after brew is loaded |
227 export SUDO_EDITOR=$(which nvim) | 229 export SUDO_EDITOR=$(which nvim) |
228 eval "$(direnv hook zsh)" | 230 eval "$(direnv hook zsh)" |