Use rustup directly instead of using a version manager

main
Ensar Sarajčić 2024-11-21 17:59:49 +01:00
parent 85964e068f
commit c7a43c8a74
3 changed files with 4 additions and 3 deletions

View File

@ -117,6 +117,4 @@ if ! shopt -oq posix; then
. /etc/bash_completion . /etc/bash_completion
fi fi
fi fi
. "$HOME/.cargo/env"
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash

View File

@ -0,0 +1 @@
source "$HOME/.cargo/env.fish"

View File

@ -40,3 +40,5 @@ export ANDROID_HOME="$HOME/Android/Sdk"
alias vim="nvim" alias vim="nvim"
alias vi="nvim" alias vi="nvim"
source "$HOME/.cargo/env"