Compare commits

...

2 commits

Author SHA1 Message Date
c47 ea20f9add4
Add gpg.format ssh to gitconfig 2024-02-19 11:59:43 +01:00
c47 652a66af81
Add missing `fi' 2024-02-19 11:59:15 +01:00
2 changed files with 3 additions and 0 deletions

View file

@ -10,3 +10,5 @@
allowedSignersFile = ~/.config/git/allowed_signers
[log]
showSignature = true
[gpg]
format = ssh

View file

@ -67,3 +67,4 @@ fi
if [[ ! -L ${HOME}/.zsh/.zdirhashes ]]; then
ln -s ${WORKING_DIR}/zsh/zdirhashes .zsh/.zdirhashes 2>/dev/null
fi