소스 검색

Update zsh syntax highlighting location

Andrew Swistak 6 년 전
부모
커밋
82353df168
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      zshrc

+ 3 - 1
zshrc

@@ -68,10 +68,12 @@ export PATH=$PATH:$HOME/.cargo/bin
 
 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
 
-source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 alias ack=ag
 
 # added by travis gem
 [ -f $HOME/.travis/travis.sh ] && source $HOME/.travis/travis.sh
 
 export DOTNET_CLI_TELEMETRY_OPTOUT=1
+export PATH="/usr/local/opt/icu4c/bin:$PATH"
+export PATH="/usr/local/opt/icu4c/sbin:$PATH"