aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-03 18:01:10 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-03 18:01:10 +1300
commit4d8ceada140b4a155a981b1890e68f028cb06cdb (patch)
tree7680ddb68466fe43b06cded79da96edbe54e9cf8
parentPlace new splits on right or bottom (diff)
downloaddotfiles-4d8ceada140b4a155a981b1890e68f028cb06cdb.tar.gz
dotfiles-4d8ceada140b4a155a981b1890e68f028cb06cdb.zip
Some terminal tweaks
-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