Updated .bashrc to get rid of some unneeded stuff. Also, screen now starts automatically.

This commit is contained in:
Storm Dragon 2020-06-29 18:34:59 -04:00
parent d5718b88da
commit f6a64dafbd

View File

@ -8,10 +8,12 @@
#Change directories without using cd
shopt -s autocd
#load Aliases and functions
# Automatically start screen
[[ -z "$STY" ]] && screen -xRR gnu_screen
# load Aliases and functions
[[ -f ".bash_aliases" ]] && . .bash_aliases
[[ -f ".bash_functions" ]] && . .bash_functions
[[ -f ".preferences" ]] && . .preferences
#Invironment variables
export QT_ACCESSIBILITY=1
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1