diff --git a/.local/bin/scripts/fcfg b/.local/bin/scripts/fcfg new file mode 100755 index 0000000..0a98306 --- /dev/null +++ b/.local/bin/scripts/fcfg @@ -0,0 +1,3 @@ +#!/bin/sh + +find "$HOME"/.config/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"