Add 'fcfg' script
This commit is contained in:
parent
28849c8ddd
commit
199e28ff67
3
.local/bin/scripts/fcfg
Executable file
3
.local/bin/scripts/fcfg
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
find "$HOME"/.config/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"
|
Loading…
x
Reference in New Issue
Block a user