Skip to content

Commit

Permalink
gtiflow-cjs can now be used as an antigen plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJStone committed Jun 12, 2023
2 parents 202f2b4 + 52c290b commit 94d24ea
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
8 changes: 5 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Peter van der Does
Vincent Driessen
Daniel Dehennin
Benedikt Böhm
ChrisjStone
Leonid Komarovsky
Chris Stone
Felipe Talavera
Randy Merrill
Kevin Woo
Expand All @@ -20,26 +22,27 @@ Fred Condo
Alexandre Dutra
Andreas Heiduk
Ben Loveridge
ChrisjStone
Florian Gamböck
Gergely Nagy
JP Toto
James Skemp
Kiall Mac Innes
Lorin Hochstein
Luis Fernando Gomes
Matthew Franglen
Olivier Mengué
Oppodelldog
Pokey Rule
Silas Palmer
Stefan Näwe
gpongelli
Adam Gibbins
Alexander Groß
Alexander Norström
Alexander Zeitler
Brian St. Pierre
Cararus Eugeniu
Chad Walker
Chris Stone
Craig Fowler
Emre Berge Ergenekon
Gene Pavlovsky
Expand Down Expand Up @@ -80,7 +83,6 @@ Vedang Manerikar
Zheeeng
eddie cianci
gmallard
gpongelli
raybec


Expand Down
2 changes: 1 addition & 1 deletion git-flow-version
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#


GITFLOW_VERSION=1.12.5-dev0
GITFLOW_VERSION=1.12.5-dev.11

initialize() {
# A function can not be empty. Comments count as empty.
Expand Down
23 changes: 23 additions & 0 deletions gitflow-avh.plugin.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,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}"`

0 comments on commit 94d24ea

Please sign in to comment.