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
|
# layout tall
|
||||||
# launch --location=hsplit --cwd=current bash
|
# launch --location=hsplit --cwd=current bash
|
||||||
# launch --location=hsplit --cwd=current bash
|
# launch --location=hsplit --cwd=current bash
|
||||||
# launch --location=hsplit --cwd=current bash .config/kitty/scripts/note-taker.sh
|
# launch --location=hsplit --cwd=current note-taker.sh
|
||||||
# the last command is *this script*
|
#
|
||||||
|
# the last command is *this script* in ~/.local/bin, presumably in $PATH already
|
||||||
#
|
#
|
||||||
SCRIPT_NAME=$(basename "$0")
|
SCRIPT_NAME=$(basename "$0")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue