summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2025-02-08 12:17:40 +0100
committerMike Vink <mike@pionative.com>2025-02-08 12:17:40 +0100
commit98a58406586de68e7e6b7777ef1612f9655fd952 (patch)
tree3078289fb45df425274ec3f0c2e2497605951a84
parent67e8d4f5e6be271ff0a6b95c03dd65312c985617 (diff)
add user profile
-rw-r--r--.kshrc2
-rw-r--r--.profile1
2 files changed, 3 insertions, 0 deletions
diff --git a/.kshrc b/.kshrc
new file mode 100644
index 0000000..8f2463d
--- /dev/null
+++ b/.kshrc
@@ -0,0 +1,2 @@
+[ -f /etc/ksh.kshrc ] && . /etc/ksh.kshrc
+[ -f "$HOME/.config/ksh/ksh.kshrc" ] && . "$HOME/.config/ksh/ksh.kshrc"
diff --git a/.profile b/.profile
new file mode 100644
index 0000000..9c448a5
--- /dev/null
+++ b/.profile
@@ -0,0 +1 @@
+export ENV=$HOME/.kshrc \ No newline at end of file