(General)~small changes

Just check each edit, there's nothing to describe or explain here.
This commit is contained in:
2021-09-15 12:23:21 +01:00
parent d2a1b0c9b0
commit a496715625
4 changed files with 4 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
. $HOME/.cargo/env
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
export SDKMAN_DIR="/home/dx/.sdkman"