.profile 289 B

123456789101112131415
  1. #
  2. # .profile - Personal shell-initialization file.
  3. #
  4. # The instructions here could serve to complement
  5. # /etc/profile or to override default (previous)
  6. # values.
  7. #
  8. # Add personal bin directory to the end of path
  9. # and make it known to child process
  10. PATH=${PATH}:${HOME}/bin
  11. export PATH