added dropbox start

This commit is contained in:
2014-03-25 16:18:49 -06:00
parent 262ad3ddaa
commit 383fc9c605
+5
View File
@@ -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