소스 검색

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>