Adaptations for school's computer
This commit is contained in:
parent
ba90c09552
commit
dbf954db9e
5 changed files with 28 additions and 24 deletions
3
bashrc
3
bashrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue