From fe322890587ef5ce89c7b3727edb05d9dff881e6 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 5 Jul 2015 19:50:25 -0600 Subject: [PATCH] removed btsync added tresorit --- bashrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bashrc b/bashrc index f7e84bf..655faa2 100644 --- a/bashrc +++ b/bashrc @@ -42,8 +42,8 @@ if dropbox.py running ; then #start dropbox ~/bin/dropbox.py start fi -#check if btsync running and start -#if ! ps -A | grep -q btsync ; then - #start btsync -# btsync --config ~/.config/btsync/btsync.conf -#fi +#check if tresorit running +if $( ps -C tresorit > /dev/null ); then + #start tresorit as hidden + tresorit --hidden +fi