Fix actions; Add profile for my mac

This commit is contained in:
Philip Henning 2021-09-10 15:06:19 +02:00
parent 6bc243e5ef
commit e0f926867f
5 changed files with 1072 additions and 7 deletions

13
dotfiles/zprofile_mac Normal file
View file

@ -0,0 +1,13 @@
#
# {{@@ 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)"