aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc3
-rw-r--r--screen/screenrc2
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