linux:bash

文書の過去の版を表示しています。


Bash(Bourne-Again Shell)

.bash_profile に以下の記述を追加する。

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

変更を即時反映するには、以下のコマンドを実行する。

$ source .bash_profile
  • linux/bash.1329747735.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)