aboutsummaryrefslogtreecommitdiffstats
path: root/batnote
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-17 13:10:41 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-17 13:10:41 +0100
commit658ec6b1bdb793148dc01ece2cf754c245eb5d76 (patch)
treeae2f32d5be15c12bc7bb16b8200c0dc6cda7fcc7 /batnote
parent495aa3b8d3b274a824b0752465fe9c7d4db92691 (diff)
parent115f7acbd49591f4ce2d9efca7019b511a0451b3 (diff)
Merge branch 'master' of git.sr.ht:~yulqen/bash-scripts
Diffstat (limited to '')
-rwxr-xr-xbatnote4
1 files changed, 2 insertions, 2 deletions
diff --git a/batnote b/batnote
index 57d455a..110d7c7 100755
--- a/batnote
+++ b/batnote
@@ -3,8 +3,8 @@
# a script for FZFing through my Notes folder for quick reading.
# Uses bat if installed, otherwise will use less.
-NOTES=/home/$USER/Notes
-FZF_BIN=/home/$USER/.fzf/bin/fzf
+NOTES=/home/$USER/Documents/Notes
+FZF_BIN=/usr/bin/fzf
BAT=/usr/bin/bat
LESS=/usr/bin/less
VIM=/usr/bin/vim