home · contact · privacy
Reorganize and extend ansible attempt.
[config] / ansible / dotfiles / profile
diff --git a/ansible/dotfiles/profile b/ansible/dotfiles/profile
new file mode 100644 (file)
index 0000000..5a58435
--- /dev/null
@@ -0,0 +1,6 @@
+# Initialization for login shells.
+
+# Tell interactive shells to look in ~/.shinit for setup.
+ENV=$HOME/.shinit
+export ENV
+. $ENV