Commit 745b8f2a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add games directories to PATH

parent e5537e38
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -35,9 +35,14 @@ manage_path PATH /usr/local/bin before check

# User-local paths
manage_path PATH ~/.local/bin before check
manage_path PATH ~/.local/games check
manage_path PKG_CONFIG_PATH ~/.local/lib/pkgconfig before check
manage_path PREFIX ~/.local check

# Games paths
manage_path PATH /usr/games check
manage_path PATH /usr/local/games check

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