From 4d8ceada140b4a155a981b1890e68f028cb06cdb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 3 Nov 2011 18:01:10 +1300 Subject: Some terminal tweaks --- bash/bashrc | 3 ++- screen/screenrc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index 5f7013ec..6b5d440b 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -82,7 +82,7 @@ if [ -x /usr/bin/dircolors ]; then #alias dir='dir --color=auto' #alias vdir='vdir --color=auto' - #alias grep='grep --color=auto' + alias grep='grep --color=auto' #alias fgrep='fgrep --color=auto' #alias egrep='egrep --color=auto' fi @@ -108,3 +108,4 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi +alias screen ='screen -U' diff --git a/screen/screenrc b/screen/screenrc index 5baf2d45..d919c153 100644 --- a/screen/screenrc +++ b/screen/screenrc @@ -8,5 +8,5 @@ hardstatus string "%{Wk}%-w%{wb}%n %t%{-}%+w %=%{..R} %H %{..B} %D %d/%m %c " msgminwait 0 msgwait 0 startup_message off -term xterm-256color +term screen-256color vbell off -- cgit v1.2.3