From 6547060360aa6dad744c18d09a5cb22cd24e47ed Mon Sep 17 00:00:00 2001 From: Bjorn Connolly Date: Tue, 16 Aug 2022 23:30:34 +0200 Subject: [PATCH] Added DIRCOLORS from https://github.com/seebi/dircolors-solarized/issues/10 to the env --- bash/bashrc.symlink | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/bashrc.symlink b/bash/bashrc.symlink index c951c01..7a96765 100644 --- a/bash/bashrc.symlink +++ b/bash/bashrc.symlink @@ -44,6 +44,8 @@ export PLATFORM=$(uname -s) export PATH=~/bin:$PATH +export LSCOLORS=gxfxbEaEBxxEhEhBaDaCaD + # Aliases # --------------------------------------------------------------------