댓글 리스트
-
작성자 동우 작성자 본인 여부 작성자 작성시간19.08.14 https://apple.stackexchange.com/questions/34910/how-to-hide-computer-name-and-user-name-in-terminal-command-prompt
sudo cp ~/.bash_profile ~/.bash_profile.bak
sudo echo "export PS1='$ '" >> ~/.bash_profile
#복구
sudo cp ~/.bash_profile.bak ~/.bash_profile