cfenollosa / bashblog

A single Bash script to create blogs. Download, run, write, done!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An error occurred

xiamuguizhi opened this issue · comments

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

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?

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

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

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.

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