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:
4
.bashrc
4
.bashrc
@@ -142,8 +142,8 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
|
|||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -x ~/.privdotfiles/bin ]; then
|
if [ -x ~/.dot/privdotfiles/bin ]; then
|
||||||
PATH=$PATH:~/.privdotfiles/bin
|
PATH=$PATH:~/.dot/privdotfiles/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PATH=$PATH:/usr/local/bin/android-sdk-linux/platform-tools
|
PATH=$PATH:/usr/local/bin/android-sdk-linux/platform-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user