5
vim에서 실행 된 명령이 bash 명령 별칭을 인식하지 못합니다.
Mac에서 bash를 사용하고 별칭 중 하나는 다음과 같습니다. alias gitlog='git --no-pager log -n 20 --pretty=format:%h%x09%an%x09%ad%x09%s --date=short --no-merges' 그러나 내가 할 때 :! gitlog 나는 얻다 /bin/bash: gitlog: command not found .gitconfig에 이와 같은 별칭을 추가 할 수 있다는 것을 알고 있습니다. [alias] co = checkout st = status ci = …