5 lines
157 B
Bash
5 lines
157 B
Bash
# ~/.zprofile
|
|
#
|
|
|
|
# Load items that are common to bash and zsh
|
|
[[ -f ~/SetupCockpit/dotfiles/shell/profile ]] && source ~/SetupCockpit/dotfiles/shell/profile
|