zsh 썸네일형 리스트형 [draft] Oh My Zsh에 자동완성 기능 추가 Oh My Zsh에 자동완성 기능 추가zsh-autosuggestions 레포를 oh-my-zsh 플러그인 폴더에 clonegit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestionszsh-syntax-highlighting 레포를 oh-my-zsh 플러그인 폴더에 clonegit clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting.zshrc 편집vim ~/.zshrc.... 더보기 [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 다음