Initial commit

This commit is contained in:
Mats Rauhala
2021-11-16 16:17:57 +02:00
commit 6969c15cdc
8 changed files with 704 additions and 0 deletions

View File

@ -0,0 +1,2 @@
export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -200'"
export FZF_CTRL_T_OPTS="(highlight -O ansi -l {} 2> /dev/null || cat {} || tree -C {}) 2> /dev/null | head -200'"