weird resolving of path to command
- by Eldamir
I have the terminal editor 'nano' installed in two places on my mac
/usr/bin/nano
/opt/local/bin/nano
The installations are of different versions. the one in /usr does not support my configuration in ~/.nanorc and the one in /opt does.
when i open a file with the command 'nano file', errors are displayed, indicating that the one in /usr was…