]> arthur.barton.de Git - ax-zsh.git/blob - default_plugins/std_env/std_env.zshrc
std_env: Set TIMEFMT and WATCHFMT variables
[ax-zsh.git] / default_plugins / std_env / std_env.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # std_env: Setup standard environment variables
3
4 # Note: colors aren't available in the "zprofile" stage, so we have to set
5 # these variables here (and therefore exporting makes no sense) ...
6 TIMEFMT="%J - $fg[green]%U$reset_color user; $fg[red]%S$reset_color system; $fg_bold[white]%*E$reset_color total ($fg[yellow]%P$reset_color cpu)."
7 WATCHFMT="$fg_bold[white]%n$reset_color has $fg_bold[white]%a$reset_color from %M (%l)."