File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments