From 383fc9c605598c3cf61c3a1714110735e25e7cbc Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Tue, 25 Mar 2014 16:18:49 -0600 Subject: [PATCH] added dropbox start --- bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bashrc b/bashrc index 4825c5a..eb26673 100644 --- a/bashrc +++ b/bashrc @@ -28,3 +28,8 @@ export PAGER=less keychain -q ~/.ssh/id_ecdsa . ~/.keychain/$HOSTNAME-sh . ~/.keychain/$HOSTNAME-sh-gpg +#Check if dropbox is running +if dropbox.py running ; then + #start dropbox + ~/bin/dropbox.py start +fi