Skip to content

Instantly share code, notes, and snippets.

@gyula-ny
Created November 23, 2017 12:13
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 gyula-ny/60b24853ad763f51b95a3357fddc98e1 to your computer and use it in GitHub Desktop.
Save gyula-ny/60b24853ad763f51b95a3357fddc98e1 to your computer and use it in GitHub Desktop.
FZF && fd
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
export FZF_DEFAULT_COMMAND="fd . $HOME"
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
export FZF_ALT_C_COMMAND="fd -t d . $HOME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment