From 056c1bef2143e6d502975a5dc38a5c7d2e00d77c Mon Sep 17 00:00:00 2001 From: samedami Date: Fri, 15 May 2020 16:19:27 +0200 Subject: [PATCH] Edit 'fcfg' script --- .local/bin/scripts/fcfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"