From c3e4d7c75a386464f2f500134708a3933e7fbd17 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 29 Oct 2023 03:00:03 +0700 Subject: [PATCH] chore(zsh): more comment --- data/zsh/bottom-zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 66c1776..0f876f2 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -32,6 +32,7 @@ if command -v fzf &>/dev/null; then export FZF_ALT_C_COMMAND="fd --type directory" fi + # https://github.com/catppuccin/fzf export FZF_DEFAULT_OPTS="\ --color=bg+:#313244,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 \ --color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \