From f6a64dafbd973e5a4c99f45089423ab71c7aa911 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 29 Jun 2020 18:34:59 -0400 Subject: [PATCH] Updated .bashrc to get rid of some unneeded stuff. Also, screen now starts automatically. --- files/files/etc/skel/.bashrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/files/etc/skel/.bashrc b/files/files/etc/skel/.bashrc index 2b1781e..6f984da 100644 --- a/files/files/etc/skel/.bashrc +++ b/files/files/etc/skel/.bashrc @@ -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