From bfe5d41289b57b5a03fbc1c8981f4be9a7b2378e Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sat, 1 Feb 2020 17:49:48 +0100 Subject: Include $HOME/bin in PATH by default when running scripts --- lifeboat | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-2-gb3c3