add neovim editor as $EDITOR

This commit is contained in:
Quinn
2025-03-17 21:15:45 +01:00
committed by Quinn
parent 636e7337e0
commit 1c19ba5135

View File

@@ -20,6 +20,7 @@ PS1="$PS1"'\[\033[01;34m\]\w' # working directory
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)"