summaryrefslogtreecommitdiffstats
path: root/settings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'settings.sh')
-rw-r--r--settings.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.sh b/settings.sh
index 0f1523c..0525381 100644
--- a/settings.sh
+++ b/settings.sh
@@ -2,6 +2,7 @@ REPO="/root/repo"
REAL="/var/lib/bcfg2"
OLDPWD="$(pwd)"
BINDIR="$( cd -P "$( dirname -- "$0" )" >/dev/null && pwd )"
+PATH="$HOME/bin:$PATH"
error() {
echo "$@" 1>&2