7 lines
212 B
Bash
7 lines
212 B
Bash
# ~/.zprofile
|
|
#
|
|
|
|
[[ -x /usr/bin/vim ]] && export EDITOR="/usr/bin/vim"
|
|
|
|
# Load items that are common to bash and zsh
|
|
[[ -f ~/SetupCockpit/dotfiles/shell/profile ]] && source ~/SetupCockpit/dotfiles/shell/profile
|