나는 명령을 시도했는데 bash -vx
, 이 명령은 (BTW, 이 두 옵션은 쉘 스크립트를 테스트하거나 디버깅할 때 특히 유용합니다.)
$ bash -vx
++ prompt_git ' on '
bash: prompt_git: command not found
이 명령 뒤에는 bash: prompt_git: command not found
각 명령의 출력이 추가됩니다.
$ uptime
uptime
+ uptime
17:18:51 up 7:54, 2 users, load average: 3.62, 4.03, 2.94
++ prompt_git ' on '
bash: prompt_git: command not found
"prompt-git"을 닫는 방법.
역동작은 무엇입니까?bash -vx
답변1
유감스럽게도 이것은XY 문제. 너 뭐야생각하다당신이 해야 할 일은 가짜 오류 메시지를 제거하는 것뿐입니다. 이는 ~/.bashrc를 편집하고 호출을 제거하여 수행할 수 있습니다 prompt_git
.