agnoster.zsh-theme 썸네일형 리스트형 [draft] zsh 프롬프트 전체 경로 대신 현재 디렉터리만 표시하는 방법 zsh 프롬프트 전체 경로 대신 현재 디렉터리만 표시하는 방법(agnoster theme)vim .oh-my-zsh/themes/agnoster.zsh-theme$ vim .oh-my-zsh/themes/agnoster.zsh-theme...# Dir: current working directoryprompt_dir() { #prompt_segment blue $CURRENT_FG '%~' #prompt_segment blue $CURRENT_FG '%2~' #prompt_segment blue $CURRENT_FG ' %25기본prompt_segment blue $CURRENT_FG '%~'25자보다 긴 문자는 ...으로 표시prompt_segment blue $CURRENT_FG ' %25%25.. 더보기 이전 1 다음