Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 163 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 163 Bytes

dotfiles

# fzf
## ~/.zshrc
source ~/.fzf-funcs.sh

# start search from current dir downward
$ fd <ENTER>

# start search from ~/workspace
$ fdw <ENTER>