1. .bashrc{{{ # This file is sourced by all *interactive* bash shells on startup. This # file *should generate no output* or it will break the scp and rcp commands. # colors for ls, etc. eval `dircolors -b /etc/DIR_COLORS` alias d="ls --color" alias ls="ls --color=auto" alias ll="ls --color -l"}}} 2. .bash_profile{{{ # /etc/skel/.bash_profile: # $Header: /home/hosting_users/tongseob/www/wiki/data/text/RCS/RootEnv,v 1.1 2005/08/03 11:27:29 root Exp $ #This file is sourced by bash when you log in interactively. [ -f ~/.bashrc ] && . ~/.bashrc alias rndc='rndc -k /chroot/dns/etc/bind/rndc.key'}}}