dotfiles

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

commit 19eac6301b6eed532dc9e872eae6265508a98dda
parent 321aac02e670851079d8664cf0dba791e379070c
Author: Ashymad <czilukim@o2.pl>
Date:   Tue,  6 Mar 2018 19:24:06 +0100

Colons instead of arrows

Diffstat:
Mfish/.config/fish/functions/aur-vcsync.fish | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fish/.config/fish/functions/aur-vcsync.fish b/fish/.config/fish/functions/aur-vcsync.fish @@ -1,8 +1,8 @@ function aur-vcsync set vcs_list git hg cvs svn bzr echo -n "" > /tmp/vcs.tmp - set_color -o green - echo -n "==> " + set_color -o blue + echo -n ":: " set_color -o white echo "Checking newest commit of repositories..." set_color normal @@ -12,8 +12,8 @@ function aur-vcsync aur srcver $repo >> /tmp/vcs.tmp end end - set_color -o green - echo -n "==> " + set_color -o blue + echo -n ":: " set_color -o white echo "Comparing to locally installed versions..." set_color normal