Is this a way to use this easy editor instead of visudo when upgrading FreeBSD. I think it is a matter some environment variable setting accordingly.
Someboy could help me about?
# EDITOR=ee visudo if your shell supports using environmental variables for running commands like that.yusuf@hale:~ $ echo $EDITOR
vim
yusuf@hale:~ $ grep EDITOR .profile
EDITOR=vim; export EDITOR
# EDITOR=ee visudo and visudo(8) opened with ee(1).(The keyboard is very mad on my notebook, ha, ha, ha)
And if the shell is (t)csh,The EDITOR environment varaible is set in your shell profile.
/home/username/.profile
setenv EDITOR ee