Skip to content

Instantly share code, notes, and snippets.

@nomadekr
Created December 10, 2017 04:58
Show Gist options
  • Save nomadekr/5c0fb940c5be9f364c62e0e506f0eccd to your computer and use it in GitHub Desktop.
Save nomadekr/5c0fb940c5be9f364c62e0e506f0eccd to your computer and use it in GitHub Desktop.
My Zshrc 설정
export PS1="
%{$GREEN_BOLD%}%n@%m%{$WHITE%}:%{$YELLOW%}%~%u$(parse_git_dirty)$(git_prompt_ahead)%{$RESET_COLOR%}
%{$BLUE%}>%{$RESET_COLOR%} "
@nomadekr
Copy link
Author

nomadekr commented Dec 10, 2017

zsh쉘을 쓰고 계시다면, ~/.zshrc 파일에 위 설정을 추가하시고, 쉘을 다시 열어서 확인하실 수 있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment