aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-25 11:28:35 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-25 11:28:35 +0200
commitbc650f02900b5c57b19659b0295335749646449d (patch)
treef1ce4353e688da100e667447354a26ecf7dd3b9f /bash/.bashrc
parent556a8ecc39c311504de273b00deb28222e0890f3 (diff)
downloaddotfiles-bc650f02900b5c57b19659b0295335749646449d.tar.gz
dotfiles-bc650f02900b5c57b19659b0295335749646449d.tar.bz2
dotfiles-bc650f02900b5c57b19659b0295335749646449d.zip
Fixed space between ! and 'exists'
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