Security/Linux
vi 입력시 vim 프로그램 실행
루나s
2017. 1. 3. 19:55
./bash_profile 에
alias vi='vim' 을 추가해준다
그러면
vi <filename> 을 실행하면 vi 대신에 vim이 실행된다.