From 07f6b0cb4974602eb3701ebb5768207deb2a4d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Gon=C3=A7alves?= Date: Tue, 10 Oct 2023 03:10:03 -0300 Subject: [PATCH] change pureline color --- pkgbuild/PKGBUILD | 2 +- usr/share/biglinux/bash-config/pureline.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index 6bb953e..e0d5cef 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -2,7 +2,7 @@ pkgname=biglinux-bash-config pkgdesc="Better interactive mode" -depends=('fzf' 'blesh-git' 'grc' 'ripgrep' 'ttf-nerd-fonts-symbols-with-biglinux') +depends=('fzf' 'blesh-git' 'grc' 'ripgrep' 'ttf-nerd-fonts-symbols-with-biglinux' 'eza' ) # makedepends=('') # conflicts=('') pkgver=$(date +%y.%m.%d) diff --git a/usr/share/biglinux/bash-config/pureline.conf b/usr/share/biglinux/bash-config/pureline.conf index fdfb70e..9d5c89f 100644 --- a/usr/share/biglinux/bash-config/pureline.conf +++ b/usr/share/biglinux/bash-config/pureline.conf @@ -37,8 +37,8 @@ PL_COLORS[On_MyGreen]='\[\e[48;5;83m\]' PL_COLORS[MyUser]='\[\e[38;5;238m\]' PL_COLORS[On_MyUser]='\[\e[48;5;238m\]' -PL_COLORS[MyPath]='\[\e[38;5;4m\]' -PL_COLORS[On_MyPath]='\[\e[48;5;4m\]' +PL_COLORS[MyPath]='\[\e[38;5;34m\]' +PL_COLORS[On_MyPath]='\[\e[48;5;34m\]' PL_COLORS[MyGit]='\[\e[38;5;6m\]' PL_COLORS[On_MyGit]='\[\e[48;5;6m\]'