Remove replaced version managers
This commit is contained in:
parent
67f275be79
commit
3d44a90381
2 changed files with 0 additions and 8 deletions
|
@ -1,8 +1,6 @@
|
|||
awscli
|
||||
bzip2
|
||||
chruby
|
||||
cmake
|
||||
direnv
|
||||
fontconfig
|
||||
fzf
|
||||
gh
|
||||
|
@ -18,7 +16,6 @@ node-build
|
|||
nodenv
|
||||
openssl@1.1
|
||||
openssl@3
|
||||
pyenv
|
||||
rar
|
||||
readline
|
||||
ripgrep
|
||||
|
@ -26,7 +23,6 @@ rtx
|
|||
ruby-build
|
||||
shared-mime-info
|
||||
stow
|
||||
tfenv
|
||||
the_silver_searcher
|
||||
tig
|
||||
tmux
|
||||
|
|
|
@ -24,10 +24,6 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
|
|||
|
||||
setopt auto_cd
|
||||
|
||||
if which direnv > /dev/null; then
|
||||
eval "$(direnv hook zsh)"
|
||||
fi
|
||||
|
||||
if which rtx > /dev/null; then
|
||||
eval "$(rtx activate zsh)"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue