diff options
| author | 2015-07-25 11:28:35 +0200 | |
|---|---|---|
| committer | 2015-07-25 11:28:35 +0200 | |
| commit | bc650f02900b5c57b19659b0295335749646449d (patch) | |
| tree | f1ce4353e688da100e667447354a26ecf7dd3b9f /bash | |
| parent | 556a8ecc39c311504de273b00deb28222e0890f3 (diff) | |
| download | dotfiles-bc650f02900b5c57b19659b0295335749646449d.tar.gz dotfiles-bc650f02900b5c57b19659b0295335749646449d.tar.bz2 dotfiles-bc650f02900b5c57b19659b0295335749646449d.zip | |
Fixed space between ! and 'exists'
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 | ||
