Open baditaflorin opened 4 years ago
Solved after installing nano from brew and creating an alias.
curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
brew install nano #Latest version at the time of this post was 5.3
alias nano='/usr/local/Cellar/nano/5.3/bin/nano --tabstospaces --linenumbers --tabsize 2'
https://gist.github.com/BlakeGardner/5587269#gistcomment-2113124
The ancient nano version osx still uses might work with the 2.9 branch.
@baditaflorin I had the same problem and your fix worked for me! Thank you.
@baditaflorin had the same issue on BigSur, now the directory of brew starts different:
alias nano='/opt/homebrew/Cellar/nano/5.8/bin/nano --tabstospaces --linenumbers --tabsize 2'