Skip to content

Commit

Permalink
Don't set height and border inside fzf colorscheme definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodebo committed Apr 18, 2018
1 parent ec16d90 commit 6720cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ local color0E='#C594C5'
local color0F='#AB7967'

export FZF_DEFAULT_OPTS="
--height 40% --border
--color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D
--color=fg:$color04,header:$color0D,info:$color0A,pointer:$color0C
--color=marker:$color0C,fg+:$color06,prompt:$color0A,hl+:$color0D
Expand All @@ -170,6 +169,8 @@ export FZF_DEFAULT_OPTS="

_gen_fzf_default_opts

export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS --height 40% --border"

# }}}

# gpg agent --------------------------------------------------------------- {{{
Expand Down

0 comments on commit 6720cde

Please sign in to comment.