最後活躍 1730170092

fzf-18.sh 原始檔案
1# Print tree structure in the preview window
2 export FZF_ALT_C_OPTS="
3 --walker-skip .git,node_modules,target
4 --preview 'tree -C {}'"