aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rwxr-xr-xbash/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index cd6c966..3090d18 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -191,6 +191,8 @@ fi
191# Fancy bash prompt 191# Fancy bash prompt
192if exists liquidprompt; then 192if exists liquidprompt; then
193 source $(which liquidprompt) 2> /dev/null 193 source $(which liquidprompt) 2> /dev/null
194elif [ -f "/usr/share/liquidprompt/liquidprompt" ]; then
195 source /usr/share/liquidprompt/liquidprompt 2> /dev/null
194fi 196fi
195 197
196# Fancy system info 198# Fancy system info