We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5bc62 commit d64ec8bCopy full SHA for d64ec8b
2 files changed
installer.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+chmod +x ~/git-commit-template/template.sh
4
+echo alias gct=~/git-commit-template/template.sh >~/git-commit-template/zsh_gct
5
+echo source ~/git-commit-template/zsh_gct >>.zshrc
zsh_gct
@@ -1,2 +1 @@
-alias gct='/home/jakode/git-commit-template/template.sh'
-
+alias gct=/home/jakode/git-commit-template/template.sh
0 commit comments