Merge branch 'master' of frogit:geoffrey/dotfiles
This commit is contained in:
commit
90b8d7b245
15 changed files with 347 additions and 1 deletions
3
bashrc
3
bashrc
|
@ -15,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue