Default alarm to 0 seconds
[khome.git] / .profile
index 54b6032..e94e141 100644 (file)
--- a/.profile
+++ b/.profile
@@ -1 +1,6 @@
-. $HOME/lib/login_*.sh
+. $HOME/lib/login_variables.private.sh  # Personal data variables
+
+for file in $HOME/lib/login_*.sh
+do
+    . $file
+done
This page took 0.027459 seconds and 4 git commands to generate.