Commit 7aba470

mo khan <mo@mokhan.ca>
2022-05-03 17:01:14
accept gpg-agent forwarding
1 parent 3a6721d
Changed files (1)
bashrc
@@ -1,3 +1,4 @@
+#!/bin/bash
 set -o vi
 
 shopt -s checkwinsize
@@ -15,4 +16,7 @@ alias sshc="vim ~/.ssh/config"
 
 PS1="\[\e[0;36m\]\w\[\e[0m\]\$(__git_ps1)\n$ "
 
+# https://wiki.gnupg.org/AgentForwarding
+gpgconf --create-socketdir
+
 [ -f /etc/bash_completion.d/git-prompt ] && source /etc/bash_completion.d/git-prompt