Skip to content

Instantly share code, notes, and snippets.

@wildjcrt
Last active December 2, 2020 00:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wildjcrt/3529bdfd5aadbd80fb2884ff98fc6ae0 to your computer and use it in GitHub Desktop.
Save wildjcrt/3529bdfd5aadbd80fb2884ff98fc6ae0 to your computer and use it in GitHub Desktop.
# 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