aboutsummaryrefslogtreecommitdiffstats
path: root/batnote
diff options
context:
space:
mode:
Diffstat (limited to 'batnote')
-rwxr-xr-xbatnote2
1 files changed, 1 insertions, 1 deletions
diff --git a/batnote b/batnote
index 4bf52a5..57d455a 100755
--- a/batnote
+++ b/batnote
@@ -39,4 +39,4 @@ if [[ -x $BAT ]]; then
fi
# Thanks to https://stackoverflow.com/a/1489405 for the find command to omit .git
-$CMD "$(find $NOTES -name '.git*' -type d -prune -o -type f -print|$FZF_BIN)"
+clear; $CMD "$(find $NOTES -name '.git*' -type d -prune -o -type f -print|$FZF_BIN)"