fzf-18.sh
· 147 B · Bash
Sin formato
# Print tree structure in the preview window
export FZF_ALT_C_OPTS="
--walker-skip .git,node_modules,target
--preview 'tree -C {}'"
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 {}'" |