We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e837fe commit 9e47dc7Copy full SHA for 9e47dc7
notes.fish
@@ -11,7 +11,6 @@ set -l notes_dir_commands n new grep ls
11
# NOTES_DIRECTORY
12
## use NOTES_DIRECTORY variable if set else...
13
if not set -q NOTES_DIRECTORY
14
- echo "notes dir not set"
15
## if config file exists, read it
16
if test -e $HOME/.config/notes/config
17
set NOTES_DIRECTORY (string split = (grep "NOTES_DIRECTORY" $HOME/.config/notes/config))[2]
0 commit comments