#2900: The user environment settings in .grass7/bashrc are skipped
---------------------+-------------------------
Reporter: micha | Owner: grass-dev@…
Type: task | Status: new
Priority: normal | Milestone: 7.0.4
Component: Startup | Version: 7.0.3
Keywords: bashrc | CPU: Unspecified
Platform: Linux |
---------------------+-------------------------
The startup script /usr/bin/grass70 (in ubuntu) skips reading the user's
bashrc file, which should be ~/.grass7/bashrc. Lines 1158-1159 in the
script are commented out, and instead, the script reads only the older
~/.grass.bashrc
Either the script should be corrected, or the documentation changed.
Both `~/.grass.bashrc` and `~/.grass7/bashrc` are used `bash_startup()`
function in `grass.py in 7.2 at least since r65585. `~/.grass7/bashrc` is
used in the `load_env()` function and in the documentation. Changing
milestone to 7.2.x and closing as fixed.