Files
linux-toolkit/sh/custom/vars.sh
2022-04-27 16:20:36 -05:00

6 lines
158 B
Bash
Executable File

export SSH_KEYS=~/Private/Keys
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'