Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. $ brew install em<TAB>
  2.  
  3. $ brew install emacs
  4.  
  5. $ brew info zsh-completions
  6. zsh-completions: stable 0.10.0, HEAD
  7. https://github.com/zsh-users/zsh-completions
  8. Not installed
  9. From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/zsh-completions.rb
  10. ==> Caveats
  11. To activate these completions, add the following to your .zshrc:
  12.  
  13. fpath=(/usr/local/share/zsh-completions $fpath)
  14.  
  15. You may also need to force rebuild `zcompdump`:
  16.  
  17. rm -f ~/.zcompdump; compinit
  18.  
  19. Additionally, if you receive "zsh compinit: insecure directories" warnings when attempting
  20. to load these completions, you may need to run this:
  21.  
  22. chmod go-w /usr/local/share
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement