diff options
author | FivePixels <o5pxels@gmail.com> | 2022-09-10 17:39:42 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2022-09-10 17:39:42 -0500 |
commit | a2a50dae756f17473f7bd8c508c7ae5a0e8d5e3c (patch) | |
tree | 3e6b1e76f6f9972eaa42c0df144d270269cc608d /.config/git/config | |
parent | 600a231c695d9ba1ffc701c0ca81494f0c557d08 (diff) | |
download | dots-a2a50dae756f17473f7bd8c508c7ae5a0e8d5e3c.tar.xz dots-a2a50dae756f17473f7bd8c508c7ae5a0e8d5e3c.zip |
Update musikcube hotkey and store git creds
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 87a2630..dd1d5ca 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,3 +1,5 @@ [user] name = FivePixels email = o5pxels@gmail.com +[credential] + helper = store |