aboutsummaryrefslogtreecommitdiffstats
path: root/batnote
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-03 18:15:51 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-03 18:15:51 +0100
commit401b29df7d137747b289e0463e329aa64cb074c2 (patch)
treeb061a15968992f86f5648897abede3fb6f057d0f /batnote
parenta95fe1f686e02bf5e7cfd9072ea973ded5cad734 (diff)
added a clear before the bat
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)"