.profile 229 B

1234567891011121314
  1. #
  2. # .profile - Personal shell-initialization file.
  3. #
  4. # Add personal bin directory to the end of path
  5. # and make it known to child process
  6. PATH=${PATH}:${HOME}/bin
  7. export PATH
  8. # Remove all access for group and other
  9. umask 077