Skip to content

Commit 9e47dc7

Browse files
authored
removed debugging echo from notes.fish
1 parent 4e837fe commit 9e47dc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notes.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ set -l notes_dir_commands n new grep ls
1111
# NOTES_DIRECTORY
1212
## use NOTES_DIRECTORY variable if set else...
1313
if not set -q NOTES_DIRECTORY
14-
echo "notes dir not set"
1514
## if config file exists, read it
1615
if test -e $HOME/.config/notes/config
1716
set NOTES_DIRECTORY (string split = (grep "NOTES_DIRECTORY" $HOME/.config/notes/config))[2]

0 commit comments

Comments
 (0)