mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
remove some stuff that does more harm than good
This commit is contained in:
parent
d18e4a5f91
commit
30d4fe57cd
1 changed files with 1 additions and 7 deletions
|
@ -72,13 +72,7 @@ unset LD_LIBRARY_PATH
|
||||||
# Qt is stupid and thinks we're running unity so it hides the menu bar
|
# Qt is stupid and thinks we're running unity so it hides the menu bar
|
||||||
[[ "$DESKTOP_SESSION" == xfce ]] && export QT_QPA_PLATFORMTHEME=""
|
[[ "$DESKTOP_SESSION" == xfce ]] && export QT_QPA_PLATFORMTHEME=""
|
||||||
|
|
||||||
export PREFIX="$HOME/opt/local"
|
export EDITOR=vim
|
||||||
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 VST_SDK_DIR="$HOME/src/vstsdk2.4"
|
export VST_SDK_DIR="$HOME/src/vstsdk2.4"
|
||||||
export LADSPA_PATH="/usr/lib/ladspa"
|
export LADSPA_PATH="/usr/lib/ladspa"
|
||||||
export NQDIR="$HOME/play"
|
export NQDIR="$HOME/play"
|
||||||
|
|
Loading…
Add table
Reference in a new issue