m-rey / dotfiles

my personal dotfiles, managed using chezmoi
GNU General Public License v3.0
7 stars 2 forks source link

Move parts of zsh config to bash config #9

Open m-rey opened 3 years ago

m-rey commented 3 years ago

At the moment, the bash config (.bashrc) sources the zsh config. However, some of the things in the zsh config are not compatible with bash. Thus simply sourcing things raises errors.

Therefore, for compatibility, "general" things could be moved to the bash config, zsh specific things should stay in the zsh config and then the zsh config should source the bash config.