diff --git a/bash/.bashrc b/bash/.bashrc index f5751b1..035b736 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -2,6 +2,8 @@ # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples export ME="/home/$(whoami)" +export DOTFILES_PATH=/home/reinaldy/.dotfiles + # If not running interactively, don't do anything case $- in *i*) ;; @@ -142,7 +144,6 @@ export GPG_AGENT_INFO=${HOME}/.gnupg/S.gpg-agent:0:1 export EDITOR="micro" export COLORTERM="truecolor" export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 -export DOTFILES_PATH=/home/reinaldy/.dotfiles eval "$(starship init bash)" #THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!! diff --git a/bash/.profile b/bash/.profile index 46c078a..1835d43 100644 --- a/bash/.profile +++ b/bash/.profile @@ -30,3 +30,4 @@ export GOPATH=$HOME/go export PATH=/usr/local/go/bin:$GOPATH/bin:$PATH # :/usr/local/pypy3.7-v7.3.5-linux64/bin +. "$HOME/.cargo/env" diff --git a/scripts/python.sh b/scripts/python.sh index 44db94c..55f6c18 100755 --- a/scripts/python.sh +++ b/scripts/python.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="3.9.6" +VERSION="3.10.0" function install () { cd ~ diff --git a/setup_deb.sh b/setup_deb.sh index ca3cc53..619b7f6 100755 --- a/setup_deb.sh +++ b/setup_deb.sh @@ -55,7 +55,7 @@ fi ./scripts/go.sh install ./scripts/julia.sh install - + ./scripts/rust.sh install ./scripts/java.sh install_alt