aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-17 10:24:20 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-17 10:24:20 +0100
commit70fddf193d8a78e4235d206d8f9386c91b6aa23d (patch)
tree1bdcc46159bc107e6a05e32a59c92fd168f0e4b1
parentaf2c637346bb3a0cac2e21a7afa8a908a0b948f6 (diff)
Updates path for -m flag in lem
-rwxr-xr-xlem2
1 files changed, 1 insertions, 1 deletions
diff --git a/lem b/lem
index 573b6b1..90ed0fe 100755
--- a/lem
+++ b/lem
@@ -6,7 +6,7 @@ VIM=/usr/bin/vim
if [[ "$1" = "-m" ]]; then
msg="${*:2}"
- TARGET_DIR=/home/lemon/Documents/MOD/modzet
+ TARGET_DIR=/home/lemon/Documents/Notes/MOD/modzet
shift
else
msg="$@"