diff --git a/.config/shell/bin/ned b/.config/shell/bin/ned index 8b3b620..ccc1ec5 100755 --- a/.config/shell/bin/ned +++ b/.config/shell/bin/ned @@ -64,7 +64,7 @@ new() { if [ -z "$NOTE_PATH" ]; then echo "No directories found for '$2'." echo "All possible directories:" - (cd "$NOTES_DIR" && fd -d 1 -t d "$NOTES_DIR") + (cd "$NOTES_DIR" && fd -d 1 -t d) exit # if there was more than one result