Fixed a bug where the list function does not look in $NOTES_DIR
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function list(){
|
||||
# This function, given a folder, $NOTE, will list the contents of $NOTE.
|
||||
ls "$NOTE"
|
||||
ls "$NOTES_DIR/${NOTE%.*}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user