Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created August 5, 2014 06:59
Show Gist options
  • Save memememomo/23619ff4bf8118de601f to your computer and use it in GitHub Desktop.
Save memememomo/23619ff4bf8118de601f to your computer and use it in GitHub Desktop.
Macでzsh起動時に「compdef: unknown command or service: git」というエラーが出る ref: http://qiita.com/uchiko/items/bf78ba08c60ac8ed551c
$ zsh
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
$ compaudit | sudo xargs chmod g-w
There are insecure directories:
$ compaudit | sudo xargs chown root
$ rm ~/.zcompdump*
$ compinit
$ exit
$ zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment