diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-12 08:52:00 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-12 08:52:00 +0000 |
commit | cd148eb7d5d283e8f104289439c097b0b0d357f1 (patch) | |
tree | cb5284cbb5ee4dd9902bfd7ce915390a235f50dd /lem | |
parent | 59e4b11c2587e2828482959a1bcdd331cabf660b (diff) |
changed paths
Diffstat (limited to 'lem')
-rwxr-xr-x | lem | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ #!/usr/bin/bash NOTES=/home/$USER/Notes -TARGET_DIR=$NOTES/homezet +TARGET_DIR=/home/lemon/Notes/homezet VIM=/usr/bin/vim if [[ "$1" = "-m" ]]; then msg="${*:2}" - TARGET_DIR=$NOTES/modzet + TARGET_DIR=/home/lemon/Documents/MODObsidian/MOD shift else msg="$@" |