diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 |
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 | } |
| 99 | fi | 99 | fi |
| 100 | 100 | ||
| 101 | if (exists pacman && !exists pacaur) && exists sudo; then | 101 | if (exists pacman && ! exists pacaur) && exists sudo; then |
| 102 | alias pacaur="sudo pacman" | 102 | alias pacaur="sudo pacman" |
| 103 | fi | 103 | fi |
| 104 | 104 | ||
