Skip to content

Commit ddc9441

Browse files
authored
Merge pull request #2 from adlerbn/patch-1
Hotfix installer
2 parents 25c1073 + 1f37ab9 commit ddc9441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
chmod +x ~/git-commit-template/commit-template.sh
44
echo alias gct=~/git-commit-template/commit-template.sh >~/git-commit-template/zsh_gct
5-
echo alias gtt=~/git-commit-template/tag-template.sh >~/git-commit-template/zsh_gct
5+
echo alias gtt=~/git-commit-template/tag-template.sh >>~/git-commit-template/zsh_gct
66
echo source ~/git-commit-template/zsh_gct >>.zshrc

0 commit comments

Comments
 (0)