diff options
author | Case Duckworth | 2022-06-15 15:28:12 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-15 15:28:12 -0500 |
commit | 2807a858224e9f4d8d399aec8191d971ffabacb8 (patch) | |
tree | df132ccbe1f8c47097b60e9134da6e607697caea /profile | |
parent | Re-indent? (diff) | |
download | etc-2807a858224e9f4d8d399aec8191d971ffabacb8.tar.gz etc-2807a858224e9f4d8d399aec8191d971ffabacb8.zip |
Add ~/usr/scripts to PATH
Diffstat (limited to 'profile')
-rw-r--r-- | profile/01_path.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profile/01_path.sh b/profile/01_path.sh index 8082cc6..b5856e8 100644 --- a/profile/01_path.sh +++ b/profile/01_path.sh | |||
@@ -1,6 +1,4 @@ | |||
1 | # PATH | 1 | # PATH |
2 | 2 | ||
3 | # see 00_functions.sh for `path_add' | 3 | # see 00_functions.sh for `path_add' |
4 | path_add_to_PATH "$HOME/bin" "$HOME/usr/bin" | 4 | path_add_to_PATH "$HOME/bin" "$HOME/usr/bin" "$HOME/usr/scripts" |
5 | |||
6 | command -v luarocks >/dev/null 2>&1 && path_add "$HOME/.luarocks/bin" | ||