Created
August 5, 2014 06:59
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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