Changes between Initial Version and Version 1 of Ticket #4007, comment 1
- Timestamp:
- 12/08/19 17:57:41 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #4007, comment 1
initial v1 5 5 }}} 6 6 7 to $HOME/.grass7/bashrc.7 to `$HOME/.grass7/bashrc`. 8 8 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.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` (`export`s) and `bash_startup` (non-`export`s). Hopefully, we can make it cleaner soon.