aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-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