Cannot create the first zettel
hadronized opened this issue · 1 comments
hadronized commented
Describe the bug
I cannot create the first note because of an error:
$ neuron new -e
Plugins enabled: links, tags, neuronignore, uptree, feed
Building graph (0 notes) ...
/home/phaazon/zettelkasten/89ea9c58.md
neuron: bash: executeFile: does not exist (No such file or directory)
To Reproduce
Steps to reproduce the behavior:
mkdir ~/zettelkasten
cd ~/zettelkasten
touch neuron.dhall
neuron new -e
Expected behavior
Should open the editor to enter the note.
Desktop (please complete the following information):
N/A
Additional context
uname -a
:Linux orchid 5.12.15-arch1-1 #1 SMP PREEMPT Wed, 07 Jul 2021 23:35:29 +0000 x86_64 GNU/Linux
srid commented
Your EDITOR
environment variable is not a valid executable. Try,
EDITOR=nano neuron new -e
And tweak things from there.