diff options
author | Wynn Wolf Arbor | 2020-02-01 17:49:48 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-02-01 17:49:48 +0100 |
commit | bfe5d41289b57b5a03fbc1c8981f4be9a7b2378e (patch) | |
tree | 3568c82dcc6c76a36145339dba9fb19fd7635bde | |
parent | f7ad8cfe476b30e36557081398b6d6c1d7611e67 (diff) | |
download | lifeboat-bfe5d41289b57b5a03fbc1c8981f4be9a7b2378e.tar.gz |
Include $HOME/bin in PATH by default when running scripts
-rwxr-xr-x | lifeboat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |