dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 002130770608e6acc66e2c78a9d903ab4341cbca
parent 0131815e08b5fa0c5ce757f7848bd5a7b303f052
Author: Ashymad <czilukim@o2.pl>
Date:   Sun,  4 Mar 2018 12:43:31 +0100

Reset color after use

Diffstat:
M.config/fish/functions/aur-vcsync.fish | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/fish/functions/aur-vcsync.fish b/.config/fish/functions/aur-vcsync.fish @@ -5,6 +5,7 @@ function aur-vcsync echo -n "==> " set_color -o white echo "Checking newest commit of repositories..." + set_color normal for vcs in $vcs_list set repos ~/.cache/aurutils/sync/*-$vcs for repo in $repos @@ -15,6 +16,7 @@ function aur-vcsync echo -n "==> " set_color -o white echo "Comparing to locally installed versions..." + set_color normal set updates (aur vercmp -p /tmp/vcs.tmp -d custom-aur) for update in $updates echo Updating $update...