Add 'fcfg' script

This commit is contained in:
samedamci 2020-05-13 08:54:58 +02:00
parent 5fbe6edc8f
commit a7bfedaca8
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

3
.local/bin/scripts/fcfg Executable file
View File

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