summarylogtreecommitdiffstats
path: root/forgit-git.install
diff options
context:
space:
mode:
authorLuis Martinez2021-03-05 16:01:53 -0600
committerLuis Martinez2021-03-05 16:01:53 -0600
commitbf4de31c9282c60d02b99f739ab7d68014ac8375 (patch)
tree00dd55a9e3dcb9421c5315a9791802847a4e01df /forgit-git.install
parent50daaa732c5100303829279bcf727e06935a2971 (diff)
downloadaur-bf4de31c9282c60d02b99f739ab7d68014ac8375.tar.gz
add zsh install, bash instructions
Diffstat (limited to 'forgit-git.install')
-rw-r--r--forgit-git.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/forgit-git.install b/forgit-git.install
new file mode 100644
index 000000000000..1d3f8a1ad8e1
--- /dev/null
+++ b/forgit-git.install
@@ -0,0 +1,4 @@
+post_install() {
+ printf ":: Bash users will need to source the scripts under\n"
+ printf ":: /usr/share/zsh/plugins/forgit.plugin.zsh to use this package.\n"
+}