From: W. Trevor King Date: Mon, 16 Jun 2014 17:37:12 +0000 (-0700) Subject: swc-windows-installer.py: Change '~/nano.rc' to 'a ~/nano.rc' X-Git-Tag: v0.1~2^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=69448a85c0cb3fa7c3275ce2b16653e9f1764366;p=swc-setup-windows-installer.git swc-windows-installer.py: Change '~/nano.rc' to 'a ~/nano.rc' I think the comment reads more clearly with the article. --- diff --git a/swc-windows-installer.py b/swc-windows-installer.py index 4af86ab..bfe9f03 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -7,7 +7,7 @@ Helps mimic a *nix environment on Windows with as little work as possible. The script: * Installs nano and makes it accessible from msysGit * Installs SQLite and makes it accessible from msysGit -* Creates ~/nano.rc with links to syntax highlighting configs +* Creates a ~/nano.rc with links to syntax highlighting configs * Provides standard nosetests behavior for msysGit * Add R's bin directory to the path (if we can find it)