Skip to content

Commit ed7b361

Browse files
hugotmadx
authored andcommitted
Add basher package file
1 parent 1cbeff1 commit ed7b361

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ in your initialization scripts, such as `.bashrc`.
2727

2828
To get zsh completion, move the `git-identity.zsh-completion` file to a location present in your `$FPATH`, renaming the file to `_git-identity`.
2929

30+
You can also use [basher](https://github.com/basherpm/basher) to install git-identity:
31+
32+
$ basher install madx/git-identity
33+
3034
Usage
3135
-----
3236

package.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
##
2+
# Basher package file
3+
4+
BINS='git-identity'
5+
6+
BASH_COMPLETIONS='git-identity.bash-completion'
7+
8+
ZSH_COMPLETIONS='git-identity.zsh-completion'

0 commit comments

Comments
 (0)