cfenollosa / bashblog

A single Bash script to create blogs. Download, run, write, done!
1.66k stars 228 forks source link

An error occurred #154

Closed xiamuguizhi closed 3 years ago

xiamuguizhi commented 5 years ago

Please set your $EDITOR environment variable. For example, to use nano, add the line 'export EDITOR=nano' to your $HOME/.bashrc fil

Unip0rn commented 5 years ago

As you can read in the section "Configuration" from the README.md. The need for the user to set this variable is documented behaviour, so I guess I am missing your point somehow?

Dahlis commented 4 years ago

Have added the export EDITOR=nano in my $HOME/.bashrc file. Still gives me this error, or am I doing something wrong here?

alfredbuehler commented 4 years ago

What error? Did you source ~/.bashrc again?

Dahlis commented 4 years ago

I found out why it didn't work for me, I used 'sudo' before. Maybe there is a way to use that too. But for now I just 'ln -s' to my www folder.

Sorry for the confusion.

danielhjames commented 4 years ago

Thanks for the update @Dahlis, I think this ticket could be closed now.