From 1279a934fc3fa64fc2f05c7141ccf1ef184f98e0 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 7 Dec 2014 10:24:09 +0100 Subject: [PATCH] Some clarification --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 119fd55..7caff9a 100644 --- a/.bashrc +++ b/.bashrc @@ -167,6 +167,7 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi +# If the private dotfiles repo is installed, we'd like to use its scripts too if [ -x ~/.dot/privdotfiles/bin ]; then PATH=$PATH:~/.dot/privdotfiles/bin fi