Move export editor
This commit is contained in:
parent
7761cf1ecd
commit
e26fa5ecdc
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
export EDITOR="vim"
|
||||
|
||||
if [ -n "$(command -v clang)" ]; then
|
||||
export CC=clang
|
||||
else
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue