aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-02-01 17:49:48 +0100
committerWynn Wolf Arbor2020-02-01 17:49:48 +0100
commitbfe5d41289b57b5a03fbc1c8981f4be9a7b2378e (patch)
tree3568c82dcc6c76a36145339dba9fb19fd7635bde
parentf7ad8cfe476b30e36557081398b6d6c1d7611e67 (diff)
downloadlifeboat-bfe5d41289b57b5a03fbc1c8981f4be9a7b2378e.tar.gz
Include $HOME/bin in PATH by default when running scripts
-rwxr-xr-xlifeboat1
1 files changed, 1 insertions, 0 deletions
diff --git a/lifeboat b/lifeboat
index 65a8688..d4100d0 100755
--- a/lifeboat
+++ b/lifeboat
@@ -31,6 +31,7 @@ shift
test -d "$rootdir/$repo" || errx "$repo: no such repository"
+export PATH="$HOME/bin:$PATH"
export LIFEBOAT_REPO_NAME=$repo
export RESTIC_REPOSITORY=$rootdir/$repo/repo
export RESTIC_PASSWORD_FILE=$rootdir/$repo/credentials/restic