Move ~/config/boot to ~/config/settings/

This commit is contained in:
Ingo Weinhold
2013-05-11 09:57:57 +02:00
parent 8a916d8752
commit a085e81e62
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# DO NOT EDIT!
#=====================================================================
# Start programs and open files in the boot launch folder
for file in $HOME/config/boot/launch/*
for file in $HOME/config/settings/boot/launch/*
do
/bin/open "$file" &
done