dotfiles

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

commit f531dd14a38b71f010938d4aa96c87822c4a8cc2
parent 71bd14651a244abd58d1a813c25e30218b0e963e
Author: Ashymad <czilukim@o2.pl>
Date:   Wed, 16 May 2018 10:31:20 +0200

aur-async: exit on error

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

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