From 238269f163c8cfb3e4e940dce13d41f6f6fd8ee6 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 5 Mar 2022 02:00:41 -0800 Subject: [PATCH] ned: bug fix (it's a silly one :P) --- .config/shell/bin/ned | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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