浏览代码

variables: fix env defintion file in the manual

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66937 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 年之前
父节点
当前提交
33b68594e2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/init/variables.html

+ 2 - 2
lib/init/variables.html

@@ -42,11 +42,11 @@ To set up shell environment variables permanently:
 <li>
 To get personal BASH shell definitions (aliases, color listing option, ...)
 into GRASS, store them in:<br>
-<tt>$HOME/.grass.bashrc</tt></li>
+<tt>$HOME/.grass7/bashrc</tt></li>
 <li>
 To get personal CSH shell definitions (aliases, color listing option, ...)
 into GRASS, store them in:<br>
-<tt>$HOME/.grass.cshrc</tt></li>
+<tt>$HOME/.grass7/cshrc</tt></li>
 </ul>