![.bash_profile을 집에서 멀리 이동하는 방법](https://linux55.com/image/30601/.bash_profile%EC%9D%84%20%EC%A7%91%EC%97%90%EC%84%9C%20%EB%A9%80%EB%A6%AC%20%EC%9D%B4%EB%8F%99%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
.bash_profile
Dropbox와 동기화 해야 합니다 . 내가 생각할 수 있는 가장 쉬운 방법은 .bash_profile
사용자 정의 폴더에서 검색하도록 셸을 "리디렉션"하는 것입니다.
그렇다면 이것이 가능합니까? 아니면 더 나은 해결책이 있습니까?
답변1
Eddy_Em이 제안한 대로 링크를 연결하세요.
mv ~/.bash_profile ~/Dropbox/.bash_profile
ln -s ~/Dropbox/.bash_profile ~/