diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-09-07 18:04:13 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-07 18:04:13 +0200 |
| commit | df8b5e7386a1703deeb52c22aa3c4ace58b015d7 (patch) | |
| tree | 0ad2fdf1a104cc6240dde45bb156baf3b6d2780d /dot.profile | |
| parent | da274ae592f21096ac424e7aabe698b04813da75 (diff) | |
| download | dots-df8b5e7386a1703deeb52c22aa3c4ace58b015d7.tar.gz | |
Add .profile
Diffstat (limited to 'dot.profile')
| -rw-r--r-- | dot.profile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot.profile b/dot.profile new file mode 100644 index 0000000..01dd70c --- /dev/null +++ b/dot.profile @@ -0,0 +1,9 @@ +# $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $ +# +# sh/ksh initialization + +ENV=~/.kshrc +EDITOR=nvim +PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin +export PATH HOME TERM ENV EDITOR + |