diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-07 11:45:22 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-07 11:45:22 +0100 |
commit | f697508ca26f539859238565dae39b8082554e89 (patch) | |
tree | 3cc52f68ba0b97bdefd8b4bd3024c461cc8970c4 /lem | |
parent | f59cc8c37db68b7781de37c83b624b313b0b3437 (diff) |
changed bath to linux style - this will break openbsd
Diffstat (limited to '')
-rwxr-xr-x | lem | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}" |