diff options
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 |
