From a47547eb1ffb3a19c556dbd3dbd2867c8fd5ec73 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 15 Oct 2024 00:44:53 +0200 Subject: [PATCH] Shellcheck compliance. --- config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 1aa8af8..38f275a 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -36,7 +36,7 @@ fpath=(~/.local/git/zsh_modules/wd $fpath) # theme and colors if [[ $(command -v vivid) ]]; then - LS_COLORS=$(vivid generate molokai) + LS_COLORS=$(vivid generate ayu} export LS_COLORS else unset LS_COLORS