From 234ff1ad5f9388c222d1b12adb4c43ddb701536d Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys Date: Sun, 21 Jul 2024 21:29:47 -0400 Subject: [PATCH] changed to using fzf_theme to set FZF_DEFAULT_OPTS --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7e35e74..b447308 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -20,6 +20,7 @@ fi export ZSH="$HOME/.oh-my-zsh" export UPDATE_ZSH_DAYS=1 +export FZF_DEFAULT_OPTS="$(fzf_theme)" # Set name of the theme to loading # ZSH_THEME="powerlevel10k/powerlevel10k" # ZSH_THEME="robbyrussell"