فهرست منبع

Use updated brew install paths

Andrew Swistak 2 سال پیش
والد
کامیت
e772ab0f43
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      vimrc
  2. 2 2
      zshrc

+ 1 - 1
vimrc

@@ -570,7 +570,7 @@ function! s:MaybeRunProjectSettings(file)
 endfunction
 
 if has('nvim')
-  let g:python3_host_prog = "/opt/homebrew/bin/python3"
+  let g:python3_host_prog = "/usr/local/bin/python3"
   let g:loaded_perl_provider = 0 "disable perl
 endif
 

+ 2 - 2
zshrc

@@ -22,8 +22,8 @@ export EDITOR="nvim"
 alias vim="nvim"
 
 # OS X completions
-fpath=(/opt/homebrew/share/zsh-completions $fpath)
-source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+fpath=(/usr/local/share/zsh-completions $fpath)
+source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
 dot_sync() {
   current_branch=$(git branch | grep '\*.*' | cut -d '*' -f 2 | tr -d ' ')