Move export editor

This commit is contained in:
Leon Grünewald 2021-09-07 13:17:16 +02:00
parent 7761cf1ecd
commit e26fa5ecdc
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,5 @@
export EDITOR="vim"
if [ -n "$(command -v clang)" ]; then
export CC=clang
else

View file

@ -2,7 +2,6 @@ export UID=$(id -u)
export GID=$(id -g)
export MAKEOPTS="-j$(cat /proc/cpuinfo | awk -F: '$1 ~ /cpu cores/ { print $2 }' | head -n 1 | tr -d ' ')"
export EDITOR=vim
export PATH="/usr/local/bin:$HOME/.local/bin:$PATH"
if [ -n "$(command -v composer)" ]; then