From 30d4fe57cd4ba56d3d67e72d7f7b1c52a00fb0d2 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 13 Jul 2019 08:29:03 -0700 Subject: [PATCH] remove some stuff that does more harm than good --- home/-shrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/home/-shrc b/home/-shrc index 01c4d1d..a2e319b 100644 --- a/home/-shrc +++ b/home/-shrc @@ -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"