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 9d7a613a878082da874ec1c632feea0f4cf5f699
parent f4ee11304f4f9c66224b7d6bc88dec571c751a93
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 24 May 2019 12:03:57 +0200

Use $TERMINAL in update script

Diffstat:
M.local/bin/uu | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/uu b/.local/bin/uu @@ -79,7 +79,7 @@ fi if [ -d ~/.vim/vim-plugs ]; then announce "Upgrading vim packages" - vim +PlugUpgrade +PlugUpdate +qall + $EDITOR +PlugUpgrade +PlugUpdate +qall fi if [ "$1" = 'all' ]; then