aboutsummaryrefslogtreecommitdiffstats
path: root/lem
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-07 11:45:22 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-07 11:45:22 +0100
commitf697508ca26f539859238565dae39b8082554e89 (patch)
tree3cc52f68ba0b97bdefd8b4bd3024c461cc8970c4 /lem
parentf59cc8c37db68b7781de37c83b624b313b0b3437 (diff)
changed bath to linux style - this will break openbsd
Diffstat (limited to '')
-rwxr-xr-xlem4
1 files changed, 2 insertions, 2 deletions
diff --git a/lem b/lem
index 66ab679..dd1cf00 100755
--- a/lem
+++ b/lem
@@ -1,8 +1,8 @@
-#!/usr/local/bin/bash
+#!/usr/bin/bash
NOTES=/home/$USER/Notes
TARGET_DIR=$NOTES/homezet
-VIM=/usr/local/bin/vim
+VIM=/usr/bin/vim
if [[ "$1" = "-m" ]]; then
msg="${*:2}"