note-taker.sh: fix comment RE: path
This commit is contained in:
parent
6cdd64bf43
commit
7e53e2de9d
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue