Commit 58c9ad72 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

~/.profile: added a couple of extra possible prefixes

parent 0785acb3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@ manage_path PATH ~/.local/bin before check
manage_path PKG_CONFIG_PATH ~/.local/lib/pkgconfig before check
manage_path PREFIX ~/.local check

# Other prefixes (suggested from 
# https://github.com/NARKOZ/dotfiles/blob/narkoz/.bashrc)
manage_path PREFIX /usr/pkg check
manage_path PREFIX /opt/local check

# Other local bin paths
manage_path PATH ~/.bin check
manage_path PATH ~/bin check