aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link9
1 files changed, 8 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 5221411..dd75321 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -17,7 +17,14 @@ fi
# Set PATH
PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin
-export PATH=$PATH:$HOME/apps/metadot:$HOME/apps/scripts:$HOME/apps/brweather/brweather
+
+# Add all ~/apps folders into PATH
+for folder in `ls $HOME/apps`; do
+ PATH=$PATH:$HOME/apps/$folder
+done
+
+# Export PATH
+export PATH=$PATH
# See http://www.caliban.org/bash/#bashtips
export CDPATH=".:~:~/code:~/data:~/file:~/apps:/var/www/data"