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