💤

zshとbashの差でちょっと気をつけたほうがいいこと

2020/09/29に公開

published_at: 2019-01-11 08:12


ちょっと気をつけたほうがいいこと?

zsh

~/.zshrc

export PATH=${PATH}:~/.nodebrew/current/bin

bash

~/.bashrc

export PATH=$PATH:~/.nodebrew/current/bin

Discussion