.profile 392 B

12345678910111213141516
  1. # $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $
  2. #
  3. # sh/ksh initialization
  4. #
  5. # If you want to export variables on the console, then change then file.
  6. #
  7. #
  8. # man gpg-agent says to do this
  9. # I believe this is only needed for console usage.
  10. GPG_TTY=$(tty)
  11. export GPG_TTY
  12. PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
  13. export PATH HOME TERM