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