Changes between Initial Version and Version 1 of Ticket #4007, comment 1


Ignore:
Timestamp:
Dec 8, 2019, 5:57:41 PM (5 years ago)
Author:
hcho

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4007, comment 1

    initial v1  
    55}}}
    66
    7 to $HOME/.grass7/bashrc.
     7to `$HOME/.grass7/bashrc`.
    88
    9 I kind of understand why we have this separate bashrc (history for each mapset), but I'm not sure why we have two different places to read this file in grass.py: load_env (exports) and bash_startup (non-exports). Hopefully, we can make it cleaner soon.
     9I kind of understand why we have this separate `bashrc` (history for each mapset), but I'm not sure why we have two different places to read this file in `grass.py`: `load_env` (`export`s) and `bash_startup` (non-`export`s). Hopefully, we can make it cleaner soon.