Termux service love

This commit is contained in:
Geoffrey Frogeye 2017-09-17 11:36:17 +00:00
parent 75462e7e5d
commit caf49db140
7 changed files with 95 additions and 5 deletions

7
bashrc
View file

@ -4,10 +4,6 @@
# ENVIRONMENT VARIABLES
# Region preferences
export LANG=fr_FR.utf8
export TZ=/usr/share/zoneinfo/Europe/Paris
# Favourite commands
export PAGER=less
export EDITOR=vim
@ -19,6 +15,9 @@ export PATH="/usr/lib/ccache/bin/:$PATH"
if [ -d $HOME/.gem/ruby/2.4.0/bin ]; then
export PATH="$HOME/.gem/ruby/2.4.0/bin/:$PATH"
fi
if [ -d /data/data/com.termux/ ]; then
export PATH="$HOME/.termux/scripts:$HOME/.termux/bin:$PATH"
fi
#export PATH="$(echo "$PATH" | sed 's|:|\n|g' | sort | uniq | tr '\n' ':' | sed 's|:$||')"
export JAVA_FONTS=/usr/share/fonts/TTF
export ANDROID_HOME=/opt/android-sdk