hb

Log | Files | Refs | README | LICENSE

commit e3c55c8d7198d10a773b0662c687a680792dc79b
parent 48e3c991c7953608913a4b8a268a5d36bd8f0bb3
Author: Bharatvaj <bharatvaj@yahoo.com>
Date:   Fri,  9 Sep 2022 04:43:33 +0530

Fix "nb new"

Diffstat:
Mnb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nb b/nb @@ -29,7 +29,7 @@ nb_sync() { nb_new() { [ -n "$1" ] || nb_fatal_error "usage: nb new <file_name>" - ${EDITOR} "${NB_PATH}/$2" + ${EDITOR} "${NB_PATH}/$1" } nb_cp() {