Skip to content

Commit 704d066

Browse files
committed
Add explanation comment to start of init file.
1 parent 27fe73b commit 704d066

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

init

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!bash
22

3+
# This is the `git-hub` initialization script.
4+
#
5+
# This script turns on `git-hub` and its manpages and tab completion for *Bash*
6+
# and *zsh* shells.
7+
#
8+
# Just add a line like this to your shell startup configuration:
9+
#
10+
# source /path/to/git-hub/init
11+
#
12+
313
[[ -n ${ZSH_VERSION-} ]] &&
414
GIT_HUB_ROOT="$0" ||
515
GIT_HUB_ROOT="$BASH_SOURCE"

0 commit comments

Comments
 (0)