dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit fc9fec6c8ae797bac80fd6b14a86851b6aadfb39
parent 0c1a472b11dd113b110fc78f2d36b22a4cee06af
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 26 Jun 2018 13:17:16 -0400

Do not prompt for conda update

Diffstat:
Mlinks/bin/uu | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/links/bin/uu b/links/bin/uu @@ -28,15 +28,9 @@ announce "Updating dotfiles" cd ~/code/dotfiles && \ git pull; cd - -#announce "Updating spacemacs" -##git pull --rebase && \ -#cd ~/.emacs.d && \ -#git pull && \ -#git submodule sync; git submodule update - if command -v conda >/dev/null 2>&1; then announce "Upgrading conda packages" - conda update --all + conda update --all --yes fi if command -v julia >/dev/null 2>&1; then