Updated .bashrc to get rid of some unneeded stuff. Also, screen now starts automatically.
This commit is contained in:
parent
d5718b88da
commit
f6a64dafbd
@ -8,10 +8,12 @@
|
|||||||
#Change directories without using cd
|
#Change directories without using cd
|
||||||
shopt -s autocd
|
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_aliases" ]] && . .bash_aliases
|
||||||
[[ -f ".bash_functions" ]] && . .bash_functions
|
[[ -f ".bash_functions" ]] && . .bash_functions
|
||||||
[[ -f ".preferences" ]] && . .preferences
|
|
||||||
#Invironment variables
|
#Invironment variables
|
||||||
export QT_ACCESSIBILITY=1
|
export QT_ACCESSIBILITY=1
|
||||||
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
|
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
|
||||||
|
Loading…
Reference in New Issue
Block a user