$ chsh
を行って,
#Changing user information for username. SHell: /usr/local/bin/bash Full Name: User & Office Location: Office Phone: Home PHone: Other information:
と変更.
そのうえで,.bash_profileを
if [ -f ~/.bashrc ]; then . ~/.bashrc fi
.bashrcを,
#alias ls='ls -G' alias ll='ls -l' alias la='ls -a' alias lla='ls -la'
とでもしておく.