From d9a980069195164b7f24cae2ba1e4fec61a138fd Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Wed, 14 Dec 2022 21:03:00 +0100 Subject: [PATCH] remove liquidprompt --- .bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bashrc b/.bashrc index fa5b914..4741160 100644 --- a/.bashrc +++ b/.bashrc @@ -181,8 +181,6 @@ if [[ -x "$(command -v thefuck)" ]]; then eval $(thefuck --alias) fi -# Only load liquidprompt in interactive shells, not from a script or from scp -[[ $- == *i* ]] && [ -f /usr/share/liquidprompt/liquidprompt ] && . /usr/share/liquidprompt/liquidprompt # add local changes to your bash environment in ~/.bash_local if [ -f ~/.bash_local ]; then