Sfoglia il codice sorgente

variables: remove ADDON_PATH
note bashrc and env.bat


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54272 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 12 anni fa
parent
commit
fbe3b5613d
1 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. 6 5
      lib/init/variables.html

+ 6 - 5
lib/init/variables.html

@@ -424,11 +424,6 @@ g.gisenv set=DEBUG=0
     be inherited by dependent modules as the script runs. Setting either the
     GRASS_OVERWRITE environment variable or the OVERWRITE gisenv variable detailed
     below will cause maps with identical names to be overwritten.</dd>
-
-  <dt>ADDON_PATH</dt>
-  <dd>[grass startup script]<br> allows to specify additional paths to
-    local GRASS modules or user scripts extra to standard GRASS
-    distribution.</dd>
 </dl>
 
 <h2>GRASS-related Files</h2>
@@ -436,6 +431,12 @@ g.gisenv set=DEBUG=0
 <dl>
   <dt><tt>$HOME/.grass7/rc</tt></dt>
   <dd>stores the GRASS gisenv variables (not shell environment variables)</dd>
+
+  <dt><tt>$HOME/.grass7/bashrc</tt></dt>
+  <dd>stores the shell environment variables (Bash only)</dd>
+
+  <dt><tt>$HOME/.grass7/env.bat</tt></dt>
+  <dd>stores the shell environment variables (MS Windows only)</dd>
   
   <dt><tt>$HOME/.grass7/login</tt></dt>
   <dd>stores the DBMI passwords in this hidden file.