Adaptations for school's computer

This commit is contained in:
Geoffrey Frogeye 2016-11-23 18:56:15 +01:00
parent ba90c09552
commit dbf954db9e
5 changed files with 28 additions and 24 deletions

3
bashrc
View file

@ -41,6 +41,9 @@ export HISTCONTROL=ignoreboth
export JAVA_FONTS=/usr/share/fonts/TTF
export ANDROID_HOME=/opt/android-sdk
if [ -z $XDG_CONFIG_HOME ]; then
export XDG_CONFIG_HOME=$HOME/.config
fi
# Tweaks
[[ $- != *i* ]] && return