I have just been reading this thread and am wondering if any of you use multiple shells and have a nice way to share their configurations?
I found this approach but I'm thinking about trying a single a .personal config file sourced at the bottom of .profile and .bashrc and .zshrc and the others, and make that single included file deal with all of the issues that come up:
I found this approach but I'm thinking about trying a single a .personal config file sourced at the bottom of .profile and .bashrc and .zshrc and the others, and make that single included file deal with all of the issues that come up:
- syntax differences
- multiple-entry idempotency
- interactive vs. non-interactive
- login vs non-login
- what else?