Add 'fcfg' script
This commit is contained in:
parent
5fbe6edc8f
commit
a7bfedaca8
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