summaryrefslogtreecommitdiffstats
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
parentda274ae592f21096ac424e7aabe698b04813da75 (diff)
downloaddots-df8b5e7386a1703deeb52c22aa3c4ace58b015d7.tar.gz
Add .profile
-rw-r--r--dot.profile (renamed from profile)5
1 files changed, 4 insertions, 1 deletions
diff --git a/profile b/dot.profile
index 52ff7ba..01dd70c 100644
--- a/profile
+++ b/dot.profile
@@ -2,5 +2,8 @@
#
# 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
+export PATH HOME TERM ENV EDITOR
+