note-taker.sh: fix comment RE: path

This commit is contained in:
Josh Lay 2024-06-20 07:02:07 -05:00
parent 6cdd64bf43
commit 7e53e2de9d
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

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