From dcea627b764b771a22cc60084dca268dc0ad291b Mon Sep 17 00:00:00 2001 From: David Flatz Date: Mon, 2 May 2022 15:35:51 +0200 Subject: [PATCH] base-files: add alacritty to DIR_COLORS.256color --- srcpkgs/base-files/files/DIR_COLORS.256color | 1 + srcpkgs/base-files/template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/base-files/files/DIR_COLORS.256color b/srcpkgs/base-files/files/DIR_COLORS.256color index 34fbe33a8712..0e96e50eab58 100644 --- a/srcpkgs/base-files/files/DIR_COLORS.256color +++ b/srcpkgs/base-files/files/DIR_COLORS.256color @@ -20,6 +20,7 @@ COLOR tty OPTIONS -F -T 0 # Below, there should be one TERM entry for each termtype that is colorizable +TERM alacritty TERM putty-256color TERM rxvt-256color TERM screen-256color diff --git a/srcpkgs/base-files/template b/srcpkgs/base-files/template index bf7b7ef242b0..2249d002f3f9 100644 --- a/srcpkgs/base-files/template +++ b/srcpkgs/base-files/template @@ -1,7 +1,7 @@ # Template file for 'base-files' pkgname=base-files version=0.142 -revision=12 +revision=13 bootstrap=yes depends="xbps-triggers" short_desc="Void Linux base system files"