Alexander Hess
9c4ea2ecfe
- add config files for both bash and zsh - as some utilities regard git to be present, git's config files are included as well
5 lines
197 B
Bash
5 lines
197 B
Bash
# Executed by zsh when a login shell starts
|
|
|
|
# Mimic bash's default behavior (as an analogy) and source `~/.profile`
|
|
# (`~/.zlogin` is skipped as it comes after `~/.zshrc`)
|
|
source "$HOME/.profile"
|