From 44b08259193cc0b44829bf3baf067bd8062d7595 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 4 Jan 2018 23:51:24 -0500 Subject: [PATCH] Always use the terminal color scheme with fzf --- dotfiles/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 94c9040e..634de7a4 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -37,6 +37,8 @@ export PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH" # Add ruby gems to $PATH export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/Home/new-start/bin:$PATH" +export FZF_DEFAULT_OPTS='--height 40% --reverse --border --color=16' + autoload -Uz compinit && compinit autoload -Uz promptinit && promptinit autoload -Uz vcs_info