dotfiles

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

commit 2fd62369e646994044cc66ebd645550b16e3998b
parent a2e7618afe32d6f25f1ffe472521be170096d04c
Author: Ashymad <czilukim@o2.pl>
Date:   Wed,  2 May 2018 15:41:55 +0200

Add helper functions for aur-vercmp-devel

Diffstat:
Afish/.config/fish/functions/aur-resync-devel.fish | 4++++
Afish/.config/fish/functions/aur-update-devel.fish | 3+++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/fish/.config/fish/functions/aur-resync-devel.fish b/fish/.config/fish/functions/aur-resync-devel.fish @@ -0,0 +1,4 @@ +function aur-resync-devel + aur sync --list | cut -f2 | grep -E -- "-$AURVCS" | aur sync --no-ver --print - +end + diff --git a/fish/.config/fish/functions/aur-update-devel.fish b/fish/.config/fish/functions/aur-update-devel.fish @@ -0,0 +1,3 @@ +function aur-update-devel + aur vercmp-devel | cut -d: -f1 | aur sync --no-ver-shallow - +end