Removed obsolete JAVA_HOME export and redirecting errors from grep
command.
This commit is contained in:
parent
30bcf55790
commit
adb200c764
4
.bashrc
4
.bashrc
@ -31,9 +31,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1
|
|||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
export PATH="$HOME/.config/wm_scripts:$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
|
export IS_LAPTOP=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user