fix ignore noglob setting
This commit is contained in:
parent
78e61b6489
commit
7a0e0f31a9
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@ ignore() {
|
||||||
printf "%s\n" $@ >> .gitignore
|
printf "%s\n" $@ >> .gitignore
|
||||||
git add .gitignore
|
git add .gitignore
|
||||||
}
|
}
|
||||||
noglob ignore
|
alias ignore="noglob ignore"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue