From 4e85e0c1caef3d2ab1de76cc5a698361085dde5b Mon Sep 17 00:00:00 2001 From: nojhan Date: Sat, 11 Jan 2025 21:39:34 +0100 Subject: [PATCH] fix(liquidprompt): movde LP config out, keep Jolly config --- .bashrc | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.bashrc b/.bashrc index 225c425..24a5c8a 100644 --- a/.bashrc +++ b/.bashrc @@ -417,22 +417,9 @@ if [[ $- == *i* ]]; then # Super nice prompt source ~/.liquidprompt --no-activate lp_activate #--no-config + JOLLY_SPACE_LINE="‎" # empty character + JOLLY_ITEMS=("" "┃" "━") source ~/code/lp-jolly/presets/variant-chevron.conf - LP_ENABLE_SSH_COLORS=0 - LP_ENABLE_HYPERLINKS=0 - LP_ENABLE_CMAKE=1 - LP_ENABLE_ERROR_MEANING=1 - LP_ENABLE_ERROR_MEANING_EXTENDED=1 - LP_ENABLE_DISK=0 - LP_ENABLE_VCS_REMOTE=1 - LP_ENABLE_SUDO=1 - LP_ENABLE_DIRSTACK=1 - LP_ENABLE_WIFI_STRENGTH=0 - LP_ENABLE_OS_ARCH=1 - LP_ENABLE_OS_FAMILY=1 - LP_ENABLE_OS_DISTRIB=1 - LP_ENABLE_OS_KERNEL=1 - LP_ENABLE_OS=0 source ~/code/lp-jolly/jolly.theme && lp_theme jolly fi