Added EDITOR env variable and set to 'vim'.

This commit is contained in:
Heavy 2022-03-05 20:13:01 +01:00
parent 2fcf95ed31
commit 26648ab0de

View File

@ -23,3 +23,5 @@ extendPath "/usr/local/bin"
extendPath "$HOME/.local/bin"
export PATH
export EDITOR="vim"