さくらインターネットのレンタルサーバ スタンダードで 自分用の vim や emacs , git をいれる さくらインターネットのレンタルサーバ スタンダードで自分用の vim や emacs , git をいれる 契約後sshでログインする デフォルトのviを利用して .bash_profile の作成 # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs export PATH=$PATH: .bashrc の作成 export PATH=$PATH:$HOME/local/bin export LANG=ja_JP.UTF-8 シェルはbashに即変更した。 %