解決方法vim ~/.bash_profile在檔案內部輸入 # 載入.bashrc檔案if test -f .bashrc ; then source .bashrc fi 在.bash_profile檔案中自動載入.bashrc ...
確定! 回上一頁