cat .vimrc
syntax on
set expandtab
set tabstop=4
set shiftwidth=4
set autoindent
set smartindent
set number
--
export GREP_COLOR=32
alias grep='grep --color'
--
CLICOLOR="YES"; export CLICOLOR
LSCOLORS="ExGxFxdxCxDxDxhbadExEx"; export LSCOLORS
--
cd /usr/ports/shells/zsh
make install clean
autoload -U compinstall
compinstall