From ae4cbacb6b85c9b936a40c481179fc523c55e8bd Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 4 Aug 2021 23:16:25 +0200 Subject: Fixed loading liquidprompt --- bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index d102cea..34e2d44 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -193,6 +193,8 @@ if exists liquidprompt; then source $(which liquidprompt) 2> /dev/null elif [ -f "/usr/share/liquidprompt/liquidprompt" ]; then source /usr/share/liquidprompt/liquidprompt 2> /dev/null +elif [ -f "/usr/local/share/liquidprompt" ]; then + source /usr/local/share/liquidprompt 2> /dev/null fi # Fancy system info -- cgit v1.2.3