Skip to content

Commit

Permalink
give fd a try and use it for fuzzy cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Sep 8, 2021
1 parent 1f4ac58 commit 6225aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ brew "fzf"
brew "tmux"
brew "ctags"
brew "gotags"
brew "fd"
1 change: 1 addition & 0 deletions zsh/aliases_functions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ alias leoric='leoric -I ~/.leoric/macros -s ~/.leoric '
alias tid='tmux_in_directory'
alias knife="nocorrect knife"
alias ack='ag'
alias fcd="cd \$(FZF_DEFAULT_COMMAND='fd --type directory' fzf --height 40%)"

0 comments on commit 6225aa3

Please sign in to comment.