Remove gvm, as there is an official way [1].

[1] https://go.dev/doc/manage-install#installing-multiple
This commit is contained in:
Gea-Suan Lin
2024-01-13 15:43:05 +08:00
parent 92d4b53421
commit 8a80984509
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ compinit
#
alias "update=(cd ~/git; make all)"
#
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"
[[ -s "$HOME/perl5/perlbrew/etc/bashrc" ]] && source "$HOME/perl5/perlbrew/etc/bashrc"
[[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc"
[[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env"