Skip to content

Commit 68ef67e

Browse files
committed
Rename completion script
1 parent 63e026e commit 68ef67e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ _OR_
110110
cg = "!bash /path/to/git-context-graph/git-context-graph"
111111
```
112112

113-
Completion is available in `.git-completion.bash`. Source it in one of your shell startup scripts:
113+
Completion is available in `git-context-graph-completion.bash`. Source it in one of your shell startup scripts:
114114
```bash
115-
. "/path/to/git-context-graph/.git-completion.bash"
115+
. "/path/to/git-context-graph/git-context-graph-completion.bash"
116116
```
File renamed without changes.

0 commit comments

Comments
 (0)