mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2026-04-20 14:34:21 +02:00
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
|
|
# Load personal aliases
|
|
source "$HOME/.aliases"
|
|
|
|
# Fix linker errors with gtk3
|
|
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0
|
|
|
|
echo -e '\e[34m [termrc] Config reloaded\e[0m'
|