aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-01 14:25:27 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-01 14:25:27 -0200
commit6b132b42c66d2a40519bfb30b1cd701452e6050f (patch)
tree789254819f8b02f41a64031d9fd5021de5d1fd84
parent2807681aaf68c7ef71f1c0e456989ca86311c187 (diff)
downloadmetadot-6b132b42c66d2a40519bfb30b1cd701452e6050f.tar.gz
metadot-6b132b42c66d2a40519bfb30b1cd701452e6050f.tar.bz2
Updating brweather
-rw-r--r--.gitmodules3
m---------modules/conky/apps/brweather.link0
-rw-r--r--modules/profile/profile.dot.link3
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index f254142..8fde7e4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@
[submodule "modules/scripts/apps/scripts.link"]
path = modules/scripts/apps/scripts.link
url = git://git.sarava.org/scripts.git
+[submodule "modules/conky/apps/brweather.link"]
+ path = modules/conky/apps/brweather.link
+ url = git://git.sarava.org/brweather.git
diff --git a/modules/conky/apps/brweather.link b/modules/conky/apps/brweather.link
new file mode 160000
+Subproject 9798dd5e041594424267d9cc75d568eaf11626c
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link
index dbfbea8..b67991d 100644
--- a/modules/profile/profile.dot.link
+++ b/modules/profile/profile.dot.link
@@ -16,7 +16,8 @@ if [ -e "/usr/bin/funcoeszz" ]; then
fi
# Set PATH
-export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin:$HOME/.dotfiles:$HOME/apps/scripts
+PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin
+export PATH=$PATH:$HOME/.dotfiles:$HOME/apps/scripts:$HOME/apps/brweather/brweather
# Editor variables, avoiding "Avoiding protocol specified" error
export EDITOR="vim -X"