diff options
| author | 2015-05-26 06:37:29 +0000 | |
|---|---|---|
| committer | 2015-05-26 06:37:29 +0000 | |
| commit | 3ee342ea7cdbc9eebda3cedd243e682448b02b91 (patch) | |
| tree | c1f770e08b559c218c1d1b7993d93beea16fb756 /bash/.bashrc | |
| parent | 893b506d0f8a61afa70d39870ec52bdba6af89c0 (diff) | |
| download | dotfiles-3ee342ea7cdbc9eebda3cedd243e682448b02b91.tar.gz dotfiles-3ee342ea7cdbc9eebda3cedd243e682448b02b91.tar.bz2 dotfiles-3ee342ea7cdbc9eebda3cedd243e682448b02b91.zip | |
Added pacaur alias for when pacaur is not installed
Diffstat (limited to 'bash/.bashrc')
| -rw-r--r-- | bash/.bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
| 85 | } | 85 | } |
| 86 | fi | 86 | fi |
| 87 | 87 | ||
| 88 | if exists pacman && ! exists pacaur; then | ||
| 89 | alias pacaur="sudo pacman" | ||
| 90 | fi | ||
| 91 | |||
| 88 | if exists liquidprompt; then | 92 | if exists liquidprompt; then |
| 89 | source liquidprompt | 93 | source liquidprompt |
| 90 | fi | 94 | fi |
