diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 14:47:22 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 14:47:22 -0200 |
commit | e95b8dbe6be571feb2691e838c340059d1401ab8 (patch) | |
tree | 3a30b4981521cf416a7dcaaa57bfcacf9f2b563a /modules | |
parent | 03fdeb451b3bf1c63e3f2a725bf9bdb8e137f0a7 (diff) | |
download | dotfiles-e95b8dbe6be571feb2691e838c340059d1401ab8.tar.gz dotfiles-e95b8dbe6be571feb2691e838c340059d1401ab8.tar.bz2 |
Cleaning up metadot code
Diffstat (limited to 'modules')
-rw-r--r-- | modules/profile/profile.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index 5ef25df..cad7fd1 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -17,7 +17,7 @@ fi # Set PATH PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin -export PATH=$PATH:$HOME/.dotfiles:$HOME/apps/scripts:$HOME/apps/brweather/brweather +export PATH=$PATH:$HOME/apps/metadot:$HOME/apps/scripts:$HOME/apps/brweather/brweather # See http://www.caliban.org/bash/#bashtips export CDPATH=".:~:~/code:~/data:~/file:/var/www/data" |