Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドをお願いします
PROMPT_COMMAND=echo
bashを開くたびに実行されます。このコマンドは から読み取ることができると聞いたことがありますが~/.profile、そこに置く方法がわかりません。
~/.profile
echo 'PROMPT_COMMAND=echo' >> ~/.profile
Mac を使用している場合は、次の場所に追加する必要があります。
~/.bash_profile
Linuxの場合は、入ります
~/.bashrc