File tree 2 files changed +1
-17
lines changed 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -93,30 +93,14 @@ export PATH="/opt/homebrew/opt/curl/bin:$PATH"
93
93
# direnv
94
94
if which direnv > /dev/null; then eval " $( direnv hook zsh) " ; fi
95
95
96
- # anyenv
97
- if which anyenv > /dev/null; then eval " $( anyenv init -) " ; fi
98
-
99
96
# mise
100
97
if which mise > /dev/null; then
101
98
eval " $( ~/.local/bin/mise activate zsh) "
102
99
export PATH=" $HOME /.local/share/mise/shims:$PATH "
103
100
fi
104
101
105
- # nodenv
106
- if which nodenv > /dev/null; then eval " $( nodenv init -) " ; fi
107
-
108
- # pyenv
109
- export PYENV_ROOT=" $HOME /.pyenv"
110
- if _cmd_exists pyenv; then
111
- command -v pyenv > /dev/null || export PATH=" $PYENV_ROOT /bin:$PATH "
112
- eval " $( pyenv init -) "
113
- fi
114
-
115
102
# poetry
116
103
export PATH=" $HOME /.local/bin:$PATH "
117
- # rye
118
- # TODO: fix this
119
- # if [ -f "$HOME/.rye/env" ]; then source $HOME/.rye/env; fi
120
104
121
105
# anaconda
122
106
# !! Contents within this block are managed by 'conda init' !!
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ tap "stripe/stripe-mock"
26
26
tap "tufin/tufin"
27
27
brew "act"
28
28
brew "aliyun-cli"
29
- brew "anyenv"
30
29
brew "openssl@3"
31
30
brew "protobuf"
32
31
brew "llvm"
@@ -116,6 +115,7 @@ brew "ta-lib"
116
115
brew "tcl-tk"
117
116
brew "telnet"
118
117
brew "terraform"
118
+ brew "tfenv" , link : false
119
119
brew "tfsec"
120
120
brew "tig"
121
121
brew "tmux"
You can’t perform that action at this time.
0 commit comments