Edit 'fcfg' script

This commit is contained in:
samedami 2020-05-15 16:19:27 +02:00
parent db48d32b56
commit 056c1bef21
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

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"