summaryrefslogtreecommitdiffstatshomepage
path: root/gitconfig
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-17 16:18:58 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-17 16:18:58 -0500
commitcede21ff1f0afa683d2565efe06d28876d6784a2 (patch)
treef97a2e9c647f666228152fda7f71e2da304cce57 /gitconfig
parent181df93bd041ba44b88e60b2bf41a78c6907d200 (diff)
fix: fixed attributes alias
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 7a18be1..1ccea70 100644
--- a/gitconfig
+++ b/gitconfig
@@ -100,4 +100,4 @@
# create git artifacts
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
- attributes = " !ga() { curl -sL https://gist.githubusercontent.com/tobyvin/70f3671c76016063594ea45edbb97094/raw -o ./.gitattributes ;}; ga"
+ attributes = "!ga() { curl -sL https://gist.githubusercontent.com/tobyvin/70f3671c76016063594ea45edbb97094/raw ;}; ga"