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 e0114948be58fe7f293c86619da3199c5bfae791
parent c2f91eff3bccc5d068deb64011ac829df92da5b7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 11 Mar 2019 09:13:22 +0100

Update zgen

Diffstat:
Mlinks/bin/uu | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/links/bin/uu b/links/bin/uu @@ -54,6 +54,10 @@ if [ -d ~/code/zplug ]; then announce "Upgrading zplug packages" (zsh -c "source ~/.zshrc && zplug update") fi +if [ -d ~/code/zgen ]; then + announce "Upgrading zgen packages" + (zsh -c "source ~/.zshrc && zgen selfupdate && zgen update && zgen save") +fi if [ -d ~/.vim/vim-plugs ]; then announce "Upgrading vim packages"