diff --git a/.bashrc b/.bashrc index 12dee5a..57092dd 100644 --- a/.bashrc +++ b/.bashrc @@ -119,4 +119,8 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi +if [ -x ~/.privdotfiles/bin ]; then + PATH=$PATH:~/.privdotfiles/bin +fi + PATH=$PATH:/usr/local/bin/android-sdk-linux/platform-tools