본문 바로가기

Piece

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

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


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


SET HOME=%USERPROFILE%





< 참고 >

http://hidecode.tistory.com/546

http://hidecode.tistory.com/1220

'Piece' 카테고리의 다른 글

[C++] Dynamic Memory Allocation - TCHAR *myString  (0) 2018.07.09
[C#] iterating enum type  (0) 2018.07.09
[C/C++] Predefined Macros  (0) 2018.06.30
Python Script [SQL] sp_configure sp_execute_external_script  (0) 2018.06.30
[SQL] Table Field Record  (0) 2018.06.30