Remove the automated software update.

This commit is contained in:
Scott Wallace 2016-03-11 10:12:04 +00:00
parent f5ebe82448
commit 6e2ad13953
2 changed files with 1 additions and 8 deletions

View file

@ -138,12 +138,6 @@ if [ -z "${SSH_AUTH_SOCK}" ]; then
fi fi
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Update software if it's been longer than one day
#--------------------------------------------------------------------------------
( find ~/var/log -name update.log -mtime +0 -exec ~/bin/software-install.sh \; >> ~/var/log/update.log 2>&1 & )
#--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# Run local .bashrc for any local-only commands # Run local .bashrc for any local-only commands
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------

View file

@ -121,8 +121,7 @@ fi
#------------------------------- #-------------------------------
# Ensure Vim plugins are up-to-date # Ensure Vim plugins are up-to-date
#------------------------------- #-------------------------------
vim -T dumb +PluginInstall! +PluginClean! +qall 2>/dev/null |\ vim +PluginInstall! +PluginClean! +qall
sed -E s/'\[[0-9]{1,2};[0-9]{1,2}[mKH]'//g
#------------------------------- #-------------------------------
echo "#-------------------------------" echo "#-------------------------------"