Add zsh-autosuggestions

This commit is contained in:
2022-10-20 14:23:45 -05:00
parent 4a3bbdc72e
commit 0919ec2fa4
7 changed files with 8 additions and 3 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'