From 978aac3e3241cada9e248ae4eca4b5c8a764f7c0 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Fri, 26 Oct 2018 09:53:41 -0600 Subject: [PATCH] removed dropbox from login --- bashrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bashrc b/bashrc index 18e5155..ef31b22 100644 --- a/bashrc +++ b/bashrc @@ -39,12 +39,6 @@ alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' complete -F _todo t eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519) -#Check if dropbox is running -if dropbox.py running ; then - #start dropbox - ~/bin/dropbox.py start -fi - export NVM_DIR="/home/ewpt3ch/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion