dreamedge.net

さくらのレンタルサーバでloginshellをbashにする

2008-03-26T05:11:00+0000
$ 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'

とでもしておく.