mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user