From bc650f02900b5c57b19659b0295335749646449d Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 25 Jul 2015 11:28:35 +0200 Subject: Fixed space between ! and 'exists' --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 66a722c..6dd3691 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -98,7 +98,7 @@ if exists pfctl && exists sudo; then } fi -if (exists pacman && !exists pacaur) && exists sudo; then +if (exists pacman && ! exists pacaur) && exists sudo; then alias pacaur="sudo pacman" fi -- cgit v1.2.3