summaryrefslogtreecommitdiffstats
path: root/dot.profile
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-09-07 18:04:13 +0200
committerChristoph Schlosser <christoph@linux.com>2025-09-07 18:04:13 +0200
commitdf8b5e7386a1703deeb52c22aa3c4ace58b015d7 (patch)
tree0ad2fdf1a104cc6240dde45bb156baf3b6d2780d /dot.profile
parentda274ae592f21096ac424e7aabe698b04813da75 (diff)
downloaddots-df8b5e7386a1703deeb52c22aa3c4ace58b015d7.tar.gz
Add .profile
Diffstat (limited to 'dot.profile')
-rw-r--r--dot.profile9
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
+