summaryrefslogtreecommitdiffstats
path: root/profile_vm_provisioning
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-06-30 20:19:20 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-06-30 20:19:20 +0100
commit4166e5b657ff27971faef3f538f0358705765466 (patch)
treef1a0d36f9ff4f03aec16d75e952b36d3a5c21624 /profile_vm_provisioning
parente5248f9de7134890ba0f9c3a0f79b5328da52695 (diff)
added new files for provisioning
Diffstat (limited to 'profile_vm_provisioning')
-rw-r--r--profile_vm_provisioning10
1 files changed, 10 insertions, 0 deletions
diff --git a/profile_vm_provisioning b/profile_vm_provisioning
new file mode 100644
index 0000000..1b8fc5b
--- /dev/null
+++ b/profile_vm_provisioning
@@ -0,0 +1,10 @@
+# $OpenBSD: dot.profile,v 1.7 2020/01/24 02:09:51 okan Exp $
+#
+# sh/ksh initialization
+
+eval `ssh-agent -s`
+
+
+PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games
+export ENV=~/.kshrc
+export PATH HOME TERM