From 0f324c34be71f55968f08378589423afae30a568 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 14 Feb 2022 15:50:54 +0100 Subject: [PATCH] Add vivid support. --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0d3b304..35d4fe0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,5 @@ # global exports and options -unset LS_COLORS +[ $(command -v vivid) ] && export LS_COLORS=$(vivid generate molokai) || unset LS_COLORS export HISTSIZE=10000 export SAVEHIST=$HISTSIZE export HISTFILE=$XDG_DATA_HOME/zsh/history