diff options
-rw-r--r-- | .zprofile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.zprofile b/.zprofile deleted file mode 100644 index 44983af..0000000 --- a/.zprofile +++ /dev/null @@ -1,13 +0,0 @@ -export LANG=en_US.UTF-8 -export LC_ALL=en_US.UTF-8 -export LANGUAGE=en_US.UTF-8 - -# use gpg-agent for ssh -export GPG_TTY=$(tty) -export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh" -#export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) -gpg-connect-agent updatestartuptty /bye > /dev/null -#gpgconf --launch gpg-agent -gpgconf --create-socketdir - -ulimit -n 8096 |