about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-15 15:28:12 -0500
committerCase Duckworth2022-06-15 15:28:12 -0500
commit2807a858224e9f4d8d399aec8191d971ffabacb8 (patch)
treedf132ccbe1f8c47097b60e9134da6e607697caea
parentRe-indent? (diff)
downloadetc-2807a858224e9f4d8d399aec8191d971ffabacb8.tar.gz
etc-2807a858224e9f4d8d399aec8191d971ffabacb8.zip
Add ~/usr/scripts to PATH
-rw-r--r--profile/01_path.sh4
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'
4path_add_to_PATH "$HOME/bin" "$HOME/usr/bin" 4path_add_to_PATH "$HOME/bin" "$HOME/usr/bin" "$HOME/usr/scripts"
5
6command -v luarocks >/dev/null 2>&1 && path_add "$HOME/.luarocks/bin"