From 7e53e2de9d9abcf0ab13fa50ba41851edf7a7978 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Thu, 20 Jun 2024 07:02:07 -0500 Subject: [PATCH] note-taker.sh: fix comment RE: path --- outerheaven.init3.home/.local/bin/note-taker.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/outerheaven.init3.home/.local/bin/note-taker.sh b/outerheaven.init3.home/.local/bin/note-taker.sh index 979f32c..d52cc6f 100755 --- a/outerheaven.init3.home/.local/bin/note-taker.sh +++ b/outerheaven.init3.home/.local/bin/note-taker.sh @@ -7,8 +7,9 @@ # layout tall # launch --location=hsplit --cwd=current bash # launch --location=hsplit --cwd=current bash -# launch --location=hsplit --cwd=current bash .config/kitty/scripts/note-taker.sh -# the last command is *this script* +# launch --location=hsplit --cwd=current note-taker.sh +# +# the last command is *this script* in ~/.local/bin, presumably in $PATH already # SCRIPT_NAME=$(basename "$0")