summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2016-07-04 23:10:47 +0100
committerGenerator2016-07-04 23:10:47 +0100
commita02ebf8532dbfbe354271a87f9b831b136add2e7 (patch)
treec20b4d11681103e76bae4336769136590bc7f3ad
parent8bcb43b823d5d8cc976c99eee3aded6cd159b114 (diff)
downloadaur-a02ebf8532dbfbe354271a87f9b831b136add2e7.tar.gz
fix typo #2
-rw-r--r--nano-syntax-highlighting.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/nano-syntax-highlighting.install b/nano-syntax-highlighting.install
index 289bb887eccd..21e70aae0ef5 100644
--- a/nano-syntax-highlighting.install
+++ b/nano-syntax-highlighting.install
@@ -7,7 +7,7 @@ post_install() {
==>
==> To install you should add the languages you want to your nano configuration file, system-wide or user-specific
==> system-wide: $ echo "include /usr/share/nano-syntax-highlighting/*.nanorc" >> /etc/nanorc
-==> user-specific: $ echo "include /usr/share/nano-syntax-highlighting/*.nanorc" >> nanorc
+==> user-specific: $ echo "include /usr/share/nano-syntax-highlighting/*.nanorc" >> ~/.nanorc
_EOF
}