Y
Hacker News
new
|
ask
|
show
|
jobs
by
anothertraveler
3136 days ago
echo "export EDITOR=nano" >> ~/.bashrc
1 comments
thomastjeffery
3136 days ago
sed -i s,^EDITOR=nano$,EDITOR=vim ~/.bashrc
link
jwilk
3136 days ago
sed: -e expression #1, char 26: unterminated `s' command
link
thomastjeffery
3135 days ago
Good catch. Forgot a comma at the end.
link