mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2025-12-13 09:36:16 +01:00
Removed rust
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -115,4 +115,3 @@ if ! shopt -oq posix; then
|
||||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
||||
source "/etc/profile.d/rvm.sh"
|
||||
|
||||
6
.termrc
6
.termrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user