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")