1
0
forked from extern/nix-config

Always use the terminal color scheme with fzf

This commit is contained in:
Donovan Glover 2018-01-04 23:51:24 -05:00
parent 5d47100a60
commit 44b0825919
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -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