.bash_profile을 집에서 다른 곳으로 옮기는 방법 지정 폴더에서 검색하도록 셸을 “리디렉션”하는

.bash_profileDropbox와 동기화 해야 합니다. 내가 생각할 수있는 가장 쉬운 방법 .bash_profile은 사용자 지정 폴더에서 검색하도록 셸을 “리디렉션”하는 것 입니다.

그렇게 가능합니까? 아니면 더 나은 솔루션이 있습니까?



답변

Eddy_Em이 제안했듯이 링크하십시오.

mv ~/.bash_profile ~/Dropbox/.bash_profile
ln -s ~/Dropbox/.bash_profile ~/