Remove the automated software update.
This commit is contained in:
parent
f5ebe82448
commit
6e2ad13953
6
.bashrc
6
.bashrc
|
@ -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
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
|
@ -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 "#-------------------------------"
|
||||||
|
|
Loading…
Reference in a new issue