From fb0c9d672dadeb6e0501f850078cb68c22751c7d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 12 Aug 2014 14:11:09 +0200 Subject: [PATCH] Corrected privdotfiles path to new location --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index db53355..93b335d 100644 --- a/.bashrc +++ b/.bashrc @@ -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