.files/dotfiles/zprofile_mac

14 lines
294 B
Plaintext

#
# {{@@ env['dotdrop_warning'] @@}}
#
# Use vim as editor on X
VISUAL='vim'
export VISUAL
# Use vim as standard editor
EDITOR='vim'
export EDITOR
[[ $(command -v /opt/homebrew/bin/brew) ]] && eval "$(/opt/homebrew/bin/brew shellenv)"
[[ $(command -v pyenv) ]] && eval "$(pyenv init --path)"