about summary refs log tree commit diff stats
path: root/profile/01_path.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/01_path.sh')
-rw-r--r--profile/01_path.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/profile/01_path.sh b/profile/01_path.sh new file mode 100644 index 0000000..8082cc6 --- /dev/null +++ b/profile/01_path.sh
@@ -0,0 +1,6 @@
1# PATH
2
3# see 00_functions.sh for `path_add'
4path_add_to_PATH "$HOME/bin" "$HOME/usr/bin"
5
6command -v luarocks >/dev/null 2>&1 && path_add "$HOME/.luarocks/bin"