aboutsummaryrefslogtreecommitdiffstats
path: root/lem
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-12 08:52:00 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-12 08:52:00 +0000
commitcd148eb7d5d283e8f104289439c097b0b0d357f1 (patch)
treecb5284cbb5ee4dd9902bfd7ce915390a235f50dd /lem
parent59e4b11c2587e2828482959a1bcdd331cabf660b (diff)
changed paths
Diffstat (limited to 'lem')
-rwxr-xr-xlem4
1 files changed, 2 insertions, 2 deletions
diff --git a/lem b/lem
index dd1cf00..3defd6e 100755
--- a/lem
+++ b/lem
@@ -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="$@"