Removed rust

This commit is contained in:
2022-04-13 04:10:18 +02:00
parent 75a1f56a06
commit d28e312b23
2 changed files with 3 additions and 4 deletions

View File

@@ -115,4 +115,3 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
source "/etc/profile.d/rvm.sh"

View File

@@ -2,10 +2,10 @@
# Load personal aliases
source "$HOME/.aliases"
# Fix linker errors with gtk3
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0
# Fix linker errors with gtk3 -- removed since I nuked gtk-nocsd
#export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0
echo -e '\e[34m [termrc] Config reloaded\e[0m'
# Add Rust crates to path
export PATH=$PATH:$HOME/.cargo/bin
#export PATH=$PATH:$HOME/.cargo/bin