Skip to content

Instantly share code, notes, and snippets.

@halcyonardency
Created June 17, 2014 20:17
Show Gist options
  • Save halcyonardency/302f6236841211913244 to your computer and use it in GitHub Desktop.
Save halcyonardency/302f6236841211913244 to your computer and use it in GitHub Desktop.
Add to /etc/profile.d/daemonpath.sh, adds /command to the default $PATH
# add /command to the default path
export PATH=${PATH}:/command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment