Pārlūkot izejas kodu

variables: fix env defintion file in the manual (merge https://trac.osgeo.org/grass/changeset/66937 from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@66938 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 gadi atpakaļ
vecāks
revīzija
fa42cdc059
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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>