Add sh & ssh configurations

This commit is contained in:
Coby Powers
2022-01-26 18:02:45 -06:00
parent 056b7ceb8f
commit e45166c525
4 changed files with 59 additions and 2 deletions

5
sh/custom/vars.sh Normal file
View File

@ -0,0 +1,5 @@
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'