Removing --color stuff from grep and ls for bsd. Removing caption line from screenrc

master
Dustin Swan 13 years ago
parent b8bed75a6a
commit 0713c4fbdc

@ -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]\$ '

@ -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%{-}'

@ -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"

Loading…
Cancel
Save