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