dotfiles

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

commit b2ee537944960719d6eaf27d4f6f35f12b5c20ca
parent afba718e8f1407b6a68196bb60934db259aad5a9
Author: Ashymad <czilukim@o2.pl>
Date:   Thu, 22 Feb 2018 17:44:20 +0100

Automatic sync for aurutils

Diffstat:
A.config/fish/functions/aur-async.fish | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.config/fish/functions/aur-async.fish b/.config/fish/functions/aur-async.fish @@ -0,0 +1,5 @@ +function aur-async + aur sync --repo=custom-aur -f --no-ver $argv + sudo pacman -S $argv[1] +end +