Update README.md - update .bashrc section

- mention that the personal file is never checked in
- mention that we start powerline with the .bashrc
This commit is contained in:
JesseBot 2023-06-04 11:38:21 +02:00 committed by GitHub
parent 35342559c6
commit a40a3f6e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -645,7 +645,8 @@ These are the sensible defaults for [`onboardme`](https://github.com/jessebot/on
- turns off bells
- enables 256 colors
- sources all the files in `~/.config/bash` (see above under config > bash )
- sources personal file in `~/.config/bash/personal/bashrc`
- sources personal file in `~/.config/bash/personal/bashrc` (this files is never checked in and is where you put sensitive host specific bash configs)
- starts powerline daemon, which is used for our fancy status line for BASH
- runs [fastfetch] when you source it
</blockquote>