5 lines
115 B
Bash
5 lines
115 B
Bash
# ~/.zprofile
|
|
#
|
|
|
|
# Load items that are common to bash and zsh
|
|
[[ -f ~/.shell_profile ]] && source ~/.shell_profile
|