about summary refs log tree commit diff stats
path: root/profile/01_path.sh
diff options
context:
space:
mode:
authorCase Duckworth2022-04-13 17:04:46 -0500
committerCase Duckworth2022-04-13 17:04:46 -0500
commit6f30ac188d687522f56b41ebafe7e49c322af038 (patch)
tree9e2253e0883cad1a8b12ce340a19e3b4abf9b0e9 /profile/01_path.sh
parentCheck for existence of dircolors (diff)
downloadetc-6f30ac188d687522f56b41ebafe7e49c322af038.tar.gz
etc-6f30ac188d687522f56b41ebafe7e49c322af038.zip
Add path_add_unsafe and change path munging
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"