2012/03/19

工作站帶著走 - shell環境設定

環境設定檔

  • /etc/bashrc
  • /etc/profile
  • ~/.bashrc
  • ~/.profile or ~/.bash_profile

就是login時apply的shell檔,執行的順序可以看鳥哥的教學

/etc/profile
export PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin

~/.bashrc
alias ll='ls -al'
alias n='netstat -ntulp'
alias w='watch -n 1'

export LANG=en
export SVN_EDITOR=vim
export LD_LIBRARY_PATH=/usr/local/lib

有想到什麼陸續再補充

參考資料
鳥哥的 Linux 私房菜 -- 學習 bash shell


沒有留言:

張貼留言