The script:
* Installs nano and makes it accessible from msysgit
-* Creates ~/.nanorc with links to syntax highlighting configs
+* Creates ~/nano.rc with links to syntax highlighting configs
* Provides standard nosetests behavior for msysgit
To use:
sha1='f2a628394f8dda1b9f28c7e7b89ccb9a6dbd302a',
install_directory=install_directory,
strip_components=1)
- nanorc = os.path.join(os.path.expanduser('~'), '.nanorc')
+ nanorc = os.path.join(os.path.expanduser('~'), 'nano.rc')
if not os.path.isfile(nanorc):
syntax_dir = os.path.join(install_directory, 'doc', 'syntax')
with open(nanorc, 'w') as f: