aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc2
1 files changed, 1 insertions, 1 deletions
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
98 } 98 }
99fi 99fi
100 100
101if (exists pacman && !exists pacaur) && exists sudo; then 101if (exists pacman && ! exists pacaur) && exists sudo; then
102 alias pacaur="sudo pacman" 102 alias pacaur="sudo pacman"
103fi 103fi
104 104