diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-09 14:28:41 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-09 14:28:41 +0100 |
commit | 90ccf1cb8572604698a62bdedcb62b9f33e9928a (patch) | |
tree | 0b5859448326ad4375f265b175f94eda2b9242a0 | |
parent | 4490faf95d801af699882a2b1dfc48c62b96dbac (diff) |
reflecting OpenBSD install of FZF
-rwxr-xr-x | batnote_openbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/batnote_openbsd b/batnote_openbsd index f2a8429..c40d7bc 100755 --- a/batnote_openbsd +++ b/batnote_openbsd @@ -4,7 +4,7 @@ # Uses bat if installed, otherwise will use less. NOTES="/home/$USER/Notes" -FZF_BIN="/home/$USER/.fzf/bin/fzf" +FZF_BIN="/usr/local/bin/fzf" CAT="/usr/bin/less" VIM="/usr/local/bin/vim" |