From 785b23031cebaa17c7b3eb897a499999d02c632c Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 24 Aug 2020 21:48:52 +0200 Subject: Liquidprompt loading on ubuntu --- bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index cd6c966..3090d18 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -191,6 +191,8 @@ fi # Fancy bash prompt 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 fi # Fancy system info -- cgit v1.2.3