diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-03 18:15:51 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-03 18:15:51 +0100 |
commit | 401b29df7d137747b289e0463e329aa64cb074c2 (patch) | |
tree | b061a15968992f86f5648897abede3fb6f057d0f | |
parent | a95fe1f686e02bf5e7cfd9072ea973ded5cad734 (diff) |
added a clear before the bat
-rwxr-xr-x | batnote | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |