aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-26 06:37:29 +0000
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-26 06:37:29 +0000
commit3ee342ea7cdbc9eebda3cedd243e682448b02b91 (patch)
treec1f770e08b559c218c1d1b7993d93beea16fb756
parent893b506d0f8a61afa70d39870ec52bdba6af89c0 (diff)
downloaddotfiles-3ee342ea7cdbc9eebda3cedd243e682448b02b91.tar.gz
dotfiles-3ee342ea7cdbc9eebda3cedd243e682448b02b91.tar.bz2
dotfiles-3ee342ea7cdbc9eebda3cedd243e682448b02b91.zip
Added pacaur alias for when pacaur is not installed
-rw-r--r--bash/.bashrc4
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 }
86fi 86fi
87 87
88if exists pacman && ! exists pacaur; then
89 alias pacaur="sudo pacman"
90fi
91
88if exists liquidprompt; then 92if exists liquidprompt; then
89 source liquidprompt 93 source liquidprompt
90fi 94fi