summaryrefslogtreecommitdiff
path: root/.config/bash/environment.sh
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-05-29 15:12:18 +0200
committerben <benjaminfranzke@googlemail.com>2010-05-29 15:12:18 +0200
commite5f2c1c7a1e9786ddbcdf2f04facdaa2f66e6f57 (patch)
tree809c1a00ccaa53ccf07f6962588390aa09849739 /.config/bash/environment.sh
parent17e8589f72331314e4b52fe8fb56b6ee38b39ee5 (diff)
downloaddotfiles-e5f2c1c7a1e9786ddbcdf2f04facdaa2f66e6f57.tar.gz
dotfiles-e5f2c1c7a1e9786ddbcdf2f04facdaa2f66e6f57.tar.bz2
dotfiles-e5f2c1c7a1e9786ddbcdf2f04facdaa2f66e6f57.zip
remove redundant matlab fix
Diffstat (limited to '.config/bash/environment.sh')
-rw-r--r--.config/bash/environment.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/bash/environment.sh b/.config/bash/environment.sh
index d3c3e87..4c663b1 100644
--- a/.config/bash/environment.sh
+++ b/.config/bash/environment.sh
@@ -72,9 +72,6 @@ CMD="\$(date +%H:%M)"
#\[\033[1;34m\]$\[\033[0m\] "
#fi
-# for matlab - wont start with out this
-#export LIBXCB_ALLOW_SLOPPY_LOCK=true
-
# configure audio
export SDL_AUDIODRIVER=alsa
#export AUDIODEV=plug:upmix
@@ -95,4 +92,3 @@ export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC'
# matlow wont start on some system without this
export LIBXCB_ALLOW_SLOPPY_LOCK=true
-