Skip to content

Instantly share code, notes, and snippets.

@lodestone
Created October 4, 2018 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lodestone/2bd948516ce6c590d67f43e77294bf33 to your computer and use it in GitHub Desktop.
Save lodestone/2bd948516ce6c590d67f43e77294bf33 to your computer and use it in GitHub Desktop.
My zshrc FZF environment variables
export FZF_DEFAULT_COMMAND='fd --type file --color never'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
export FZF_DEFAULT_OPTS='--height 50% --min-height=20 --prompt="◉ " --header="⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯⌯" --tabstop=2 --color="dark,fg:#fafafa,info:#555555,prompt:#ff4488,header:#9769c5,info:#8f94fa,border:#5a7ada,pointer:#b143c2,bg+:-1,hl+:#ff00ff,hl:#bc9fec"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment