## bash_profileの場合
source ~/.bash_profile
## zshrcの場合
source ~/.zshrc
## bash_profileの場合
source ~/.bash_profile
## zshrcの場合
source ~/.zshrc
## bash_profileの場合 source ~/.bash_profile ## zshrcの場合 source ~/.zshrc
vscode上でいろいろinstallしてからpathを通しても、翌日確認するとpathが反映されてないことが結構あります。(原因不明)
その際に毎度sourceコマンド打つの手間なのでメモ投稿です。