You are on page 1of 1

##Setting default editor in linux (from vi to nano)

1. Check where nano editor is:


which nano

2. Now setup a new text editor:


export EDITOR=/usr/bin/pico

You might also like