3 lines
62 B
Bash
3 lines
62 B
Bash
# change the default editor to nano
|
|
export EDITOR='/bin/nano'
|
# change the default editor to nano
|
|
export EDITOR='/bin/nano'
|