remove some stuff that does more harm than good

This commit is contained in:
Connor Olding 2019-07-13 08:29:03 -07:00
parent d18e4a5f91
commit 30d4fe57cd
1 changed files with 1 additions and 7 deletions

View File

@ -72,13 +72,7 @@ unset LD_LIBRARY_PATH
# Qt is stupid and thinks we're running unity so it hides the menu bar
[[ "$DESKTOP_SESSION" == xfce ]] && export QT_QPA_PLATFORMTHEME=""
export PREFIX="$HOME/opt/local"
export EDITOR='vim'
export CC="$(has clang || has gcc)"
export CXX="$(has clang++ || has g++)"
export CXXFLAGS="$CFLAGS"
export MAKEFLAGS="-j2"
export OMP_NUM_THREADS=4
export EDITOR=vim
export VST_SDK_DIR="$HOME/src/vstsdk2.4"
export LADSPA_PATH="/usr/lib/ladspa"
export NQDIR="$HOME/play"