- add config files for both bash and zsh - as some utilities regard git to be present, git's config files are included as well
4 lines
126 B
Bash
4 lines
126 B
Bash
# Executed by bash when a login shell starts
|
|
|
|
# Mimic bash's default behavior and source `~/.profile`
|
|
source "$HOME/.profile"
|