aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-16 07:21:43 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-16 07:21:43 +0100
commit115f7acbd49591f4ce2d9efca7019b511a0451b3 (patch)
tree7457438155993e359e434ac51cfcb436b9bebd92
parent77b0f29905e2c1eaa21bf043c3f5c41aa04f4edf (diff)
Change path for docs and fzf
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