Last active
December 2, 2020 00:53
-
-
Save wildjcrt/3529bdfd5aadbd80fb2884ff98fc6ae0 to your computer and use it in GitHub Desktop.
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
# Env: Mac + zsh shell | |
# Fix git-flow and tig completion | |
# setup .zshrc | |
$ vim ~/.zshrc | |
# plugins=(git git-flow tig history-substring-search rvm z) | |
$ brew install git | |
$ cd /usr/local/share/zsh/site-functions | |
$ unlink git-completion.bash && ln -s ../../../Cellar/git/x.x.x/etc/bash_completion.d/git-completion.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment