system configuration files update

This commit is contained in:
Quinn
2025-03-21 17:39:00 +01:00
committed by Quinn
parent 9f53249653
commit c869fbeb05
2 changed files with 15 additions and 11 deletions

View File

@@ -21,6 +21,7 @@ PS1="$PS1"'\[\033[01;93m\]$(__git_ps1)' # github branch
PS1="$PS1"'\[\033[00m\]\$ ' # shell sign
export EDITOR=nvim
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' # coloured GCC warnings and errors
eval "$(_AUTO_CPUFREQ_COMPLETE=bash_source auto-cpufreq)"