diff --git a/.bashrc b/.bashrc index 63fcda0..dee11ca 100644 --- a/.bashrc +++ b/.bashrc @@ -31,9 +31,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.config/wm_scripts:$PATH" -export JAVA_HOME=/usr/lib/jvm/java-8-openjdk - -if grep "arch-laptop" /etc/hostname > /dev/null ; then +if grep "arch-laptop" /etc/hostname &> /dev/null ; then export IS_LAPTOP=1 fi