Add per-user zsh script loading

This commit is contained in:
2022-08-10 17:24:06 -05:00
parent fb4aec031d
commit 88fa2068c9
7 changed files with 181 additions and 12 deletions

4
sh/custom_scripts/vars.sh Executable file
View File

@ -0,0 +1,4 @@
export LESS="-RM"
export MAKEFLAGS=-j8
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'