mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
Fix actions; Add profile for my mac
This commit is contained in:
parent
6bc243e5ef
commit
e0f926867f
5 changed files with 1072 additions and 7 deletions
13
dotfiles/zprofile_mac
Normal file
13
dotfiles/zprofile_mac
Normal 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)"
|
Loading…
Add table
Add a link
Reference in a new issue