Skip to content

Commit 6c2e7a6

Browse files
committed
1 parent 933740a commit 6c2e7a6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
[push]
88
default = simple
99
[user]
10-
email = james@jdrydn.com
1110
name = jdrydn
11+
email = james@jdrydn.com
1212
[filter "lfs"]
1313
clean = git lfs clean %f
1414
smudge = git lfs smudge %f
1515
required = true
16+
[commit]
17+
gpgsign = true
18+

.hyper.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ module.exports = {
133133
// `project#1.0.1`
134134
plugins: [
135135
'hyperterm-tomorrow-night',
136+
'hypercwd',
137+
'hyperterm-paste',
138+
'gitrocket',
136139
],
137140

138141
// in development, you can create a directory under

0 commit comments

Comments
 (0)