forked from CJ-Systems/gitflow-cjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitflow-avh.plugin.zsh
23 lines (18 loc) · 935 Bytes
/
gitflow-avh.plugin.zsh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This allows the gitflow-avh commands to be installed in ZSH using antigen.
# Antigen is a bundle manager. It allows you to enhance the functionality of
# your zsh session by installing bundles and themes easily.
# Antigen documentation:
# http://antigen.sharats.me/
# https://github.com/zsh-users/antigen
# Install gitflow-avh with antigen:
# antigen bundle CJ-Systems/gitflow-cjs --branch=master
# Bundles installed by antigen are available for use immediately.
# Update gitflow-avh (and all other antigen bundles):
# antigen update
# The antigen command will download the git repository to a folder and then
# execute an enabling script (this file). The complete process for loading the
# code is documented here:
# https://github.com/zsh-users/antigen#notes-on-writing-plugins
# This specific script just adds the project folder to the PATH. This makes all
# commands available in git.
export PATH="${PATH}":`dirname "${0}"`