diff options
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" | ||