Edit 'fcfg' script

This commit is contained in:
Wiktor Zykubek 2020-05-15 16:19:27 +02:00
parent d8a2a48744
commit bc8bc17515

View File

@ -1,3 +1,3 @@
#!/bin/sh
find "$HOME"/.config/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"
find "$HOME"/.config/ -maxdepth 3 -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"