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 59fc89f577226f8f663aa16be5cb72c9ed3dc9de
parent 5d575fe5bb1c772f7a8ea3dd11f80b2a1ea84fd1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 14 Mar 2019 10:24:53 +0100

Change zgen path

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

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