mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05:22:25 +00:00
14 lines
294 B
Plaintext
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)"
|