Add 'fcfg' script

This commit is contained in:
Wiktor Zykubek 2020-05-13 08:54:58 +02:00
parent 28849c8ddd
commit 199e28ff67

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"