Use rustup directly instead of using a version manager
This commit is contained in:
parent
85964e068f
commit
c7a43c8a74
3 changed files with 4 additions and 3 deletions
|
@ -117,6 +117,4 @@ if ! shopt -oq posix; then
|
|||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
||||
|
||||
. $HOME/.asdf/asdf.sh
|
||||
. $HOME/.asdf/completions/asdf.bash
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
1
symlinks/config/fish/conf.d/rustup.fish
Normal file
1
symlinks/config/fish/conf.d/rustup.fish
Normal file
|
@ -0,0 +1 @@
|
|||
source "$HOME/.cargo/env.fish"
|
|
@ -40,3 +40,5 @@ export ANDROID_HOME="$HOME/Android/Sdk"
|
|||
|
||||
alias vim="nvim"
|
||||
alias vi="nvim"
|
||||
|
||||
source "$HOME/.cargo/env"
|
||||
|
|
Loading…
Add table
Reference in a new issue