Skip to content

Commit f7796d5

Browse files
authored
Fix: use github/gitignore for ignore files (#461)
The repo we originally used has gone away
1 parent 9a4ff16 commit f7796d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/git-forgit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,9 +1083,9 @@ _forgit_blame() {
10831083
}
10841084

10851085
# git ignore generator
1086-
export FORGIT_GI_REPO_REMOTE=${FORGIT_GI_REPO_REMOTE:-https://github.com/dvcs/gitignore}
1087-
export FORGIT_GI_REPO_LOCAL="${FORGIT_GI_REPO_LOCAL:-${XDG_CACHE_HOME:-$HOME/.cache}/forgit/gi/repos/dvcs/gitignore}"
1088-
export FORGIT_GI_TEMPLATES=${FORGIT_GI_TEMPLATES:-$FORGIT_GI_REPO_LOCAL/templates}
1086+
export FORGIT_GI_REPO_REMOTE=${FORGIT_GI_REPO_REMOTE:-https://github.com/github/gitignore}
1087+
export FORGIT_GI_REPO_LOCAL="${FORGIT_GI_REPO_LOCAL:-${XDG_CACHE_HOME:-$HOME/.cache}/forgit/gi/repos/github/gitignore}"
1088+
export FORGIT_GI_TEMPLATES=${FORGIT_GI_TEMPLATES:-$FORGIT_GI_REPO_LOCAL}
10891089

10901090
_forgit_path_preview() {
10911091
local path name ext pager

0 commit comments

Comments
 (0)