[問題]使用 bash shell 的一個問題

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

[問題]使用 bash shell 的一個問題

文章yuanfarn » 週一 10月 28, 2002 2:54 am

我是用 Debian3.0r0 的 non-US 光碟安裝後再 update 成 testing 的,使用者登入後的 shell 是使用 bash ,可是發現一件事就是登入後似乎不會自動去執行 source .bashrc 這個動作,所以寫在 .bashrc 裡的設定並不會起作用,請問這個問題該怎麼處理呢?謝謝!:)
yuanfarn
懵懂的國中生
懵懂的國中生
 
文章: 102
註冊時間: 週一 10月 28, 2002 2:45 am
來自: 彰化縣

Re: [問題]使用 bash shell 的一個問題

文章訪客 » 週一 10月 28, 2002 5:46 am

yuanfarn 寫:我是用 Debian3.0r0 的 non-US 光碟安裝後再 update 成 testing 的,使用者登入後的 shell 是使用 bash ,可是發現一件事就是登入後似乎不會自動去執行 source .bashrc 這個動作,所以寫在 .bashrc 裡的設定並不會起作用,請問這個問題該怎麼處理呢?謝謝!:)

If I recall correctly, ~/.bashrc is not automatically read when you login. The file should be read is ~/.bash_profile. So add your configurations there, or better, add the following in ~/.bash_profile:
代碼: 選擇全部
if [ -f ~/.bashrc]
then
    source ~/.bashrc
fi

so that your ~/.bash_profile can read your ./bashrc file.

I think Debian should already put those lines in your ~/.bash_profile, what you need to do is only uncomment them.

Hope this helps.
訪客
 

Re: [問題]使用 bash shell 的一個問題

文章yuanfarn » 週一 10月 28, 2002 9:09 pm

Thank you!:)
我在 ~/.bash_profile 裡找到這麼一段

#if [ -f ~/.bashrc]; then
# source ~/.bashrc
#fi


將它取消註解後,login 時就會自動 source .bashrc 了。
yuanfarn
懵懂的國中生
懵懂的國中生
 
文章: 102
註冊時間: 週一 10月 28, 2002 2:45 am
來自: 彰化縣


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客