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 2b623834d0d2f03649e363fd770c56b5a5e65b17
parent 0f84a193de0c4e412bbfc349ce9eb5dd970df9ec
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 14 Mar 2019 22:47:57 +0100

Update fffs plugins

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

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