From 0713c4fbdc9c2b446b3d51415a77284a2c5ce92f Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 1 Sep 2011 10:59:27 -0400 Subject: [PATCH] Removing --color stuff from grep and ls for bsd. Removing caption line from screenrc --- bashrc | 2 +- screenrc | 4 ++-- zshrc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bashrc b/bashrc index 889f69c..17aaa3c 100644 --- a/bashrc +++ b/bashrc @@ -1,7 +1,7 @@ # Check for an interactive session [ -z "$PS1" ] && return -alias ls='ls --color=auto' +# alias ls='ls --color=auto' alias vi='vim' PS1='[\u@\h \W]\$ ' diff --git a/screenrc b/screenrc index 274f60b..fc51e47 100644 --- a/screenrc +++ b/screenrc @@ -1,8 +1,8 @@ vbell off defscrollback 1024 startup_message off -caption always -caption string "%-Lw%{= bw}%50>%n%f* %t%{-}%+Lw%<" +#caption always +#caption string "%-Lw%{= bw}%50>%n%f* %t%{-}%+Lw%<" hardstatus alwayslastline #hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}' diff --git a/zshrc b/zshrc index a0bbfb5..0d381c5 100644 --- a/zshrc +++ b/zshrc @@ -9,8 +9,8 @@ autoload -Uz compinit compinit alias vi=vim -alias grep='grep --color=auto' -alias ls='ls --color=auto' +# alias grep='grep --color=auto' +# alias ls='ls --color=auto' export TERM="xterm-256color"