From 3ee342ea7cdbc9eebda3cedd243e682448b02b91 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 26 May 2015 06:37:29 +0000 Subject: Added pacaur alias for when pacaur is not installed --- bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index 37bb474..6223964 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -85,6 +85,10 @@ if exists pfctl; then } fi +if exists pacman && ! exists pacaur; then + alias pacaur="sudo pacman" +fi + if exists liquidprompt; then source liquidprompt fi -- cgit v1.2.3