]> arthur.barton.de Git - ax-zsh.git/blob - plugins/gcc/gcc.zprofile
P10k: Read config after enabling instant prompt
[ax-zsh.git] / plugins / gcc / gcc.zprofile
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # gcc.zprofile: Setup GNU Compiler Collection (GCC) environment.
3
4 # Make sure that "go(1)" is installed
5 (( $+commands[gcc] )) || return
6
7 GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
8 export GCC_COLORS