1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Corrected privdotfiles path to new location

This commit is contained in:
Michiel Scholten
2014-08-12 14:11:09 +02:00
parent 983ad8a994
commit fb0c9d672d

View File

@@ -142,8 +142,8 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
if [ -x ~/.privdotfiles/bin ]; then
PATH=$PATH:~/.privdotfiles/bin
if [ -x ~/.dot/privdotfiles/bin ]; then
PATH=$PATH:~/.dot/privdotfiles/bin
fi
PATH=$PATH:/usr/local/bin/android-sdk-linux/platform-tools