Skip to content

Commit e219d7b

Browse files
authored
Merge pull request #36 from Vantesh/dev
Updates
2 parents 83ae132 + 762fff3 commit e219d7b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

home/.chezmoiscripts/linux/run_onchange_before_03_bitwarden.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ main() {
118118
die "Failed to login to Bitwarden: $LAST_ERROR"
119119
fi
120120

121+
if ! rbw config set pinentry pinentry-qt; then
122+
log WARN "Failed to set rbw pinentry configuration"
123+
fi
124+
125+
if ! rbw config set lock_timeout 10800; then
126+
log WARN "Failed to set rbw lock_timeout configuration"
127+
fi
128+
121129
}
122130

123131
main "$@"

home/dot_config/git/private_git-credentials.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
email = "{{ .git.email }}"
55
signingkey = "{{ .git.signingKey }}"
66

7-
[url "git@github.com:vantesh/"]
8-
insteadOf = https://github.com/vantesh/
9-
107
[gpg]
118
format = ssh
129

0 commit comments

Comments
 (0)