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

Some clarification

This commit is contained in:
Michiel Scholten
2014-12-07 10:24:09 +01:00
parent 9ce91c4c94
commit 1279a934fc

View File

@@ -167,6 +167,7 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion . /etc/bash_completion
fi fi
# If the private dotfiles repo is installed, we'd like to use its scripts too
if [ -x ~/.dot/privdotfiles/bin ]; then if [ -x ~/.dot/privdotfiles/bin ]; then
PATH=$PATH:~/.dot/privdotfiles/bin PATH=$PATH:~/.dot/privdotfiles/bin
fi fi