From df8b5e7386a1703deeb52c22aa3c4ace58b015d7 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 7 Sep 2025 18:04:13 +0200 Subject: Add .profile --- dot.profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dot.profile (limited to 'dot.profile') 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 + -- cgit v1.2.3