aboutsummaryrefslogtreecommitdiffstats
path: root/batnote
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbatnote2
1 files changed, 1 insertions, 1 deletions
diff --git a/batnote b/batnote
index c5375c0..903e3c4 100755
--- a/batnote
+++ b/batnote
@@ -24,6 +24,6 @@ fi
if [[ -x $BAT ]]; then
CMD=$BAT
fi
-$CMD "$NOTES/$(ls $NOTES|$FZF_BIN)"
+$CMD "$(find $NOTES|$FZF_BIN)"