Skip to content

Commit

Permalink
change pureline color
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 10, 2023
1 parent f231558 commit 07f6b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions usr/share/biglinux/bash-config/pureline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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\]'
Expand Down

0 comments on commit 07f6b0c

Please sign in to comment.