Piece

[Windows] Set %HOME% Environment Variable (for Vim, Emacs, AStyle, ...)

More Code 2018. 7. 2. 12:17

Vim, Emacs, AStyle 같은 프로그램에서 사용하는 option 파일인 _vimrc, .emacs, .astylerc 파일을 사용하기 위해서 %HOME% 환경변수를 지정해보자.


아래와 같이 지정해주면 편리하다.


SET HOME=%USERPROFILE%





< 참고 >

http://hidecode.tistory.com/546

http://hidecode.tistory.com/1220