From ba19df3e5ba8e5e8f7e8ecc642e71fb24cc4f589 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Tue, 31 May 2022 22:03:48 +0200 Subject: [PATCH] Cleanup some more --- .zsh_alias | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.zsh_alias b/.zsh_alias index a55aa79..020fe7e 100644 --- a/.zsh_alias +++ b/.zsh_alias @@ -174,18 +174,8 @@ function hyperv-gpg-agent() { (setsid socat UNIX-LISTEN:$socket_path,fork tcp-connect:$host_ip:59545) } -function hyperv-gpg-agent-extra() { - socket_path="$HOME/.gnupg/S.gpg-agent.extra" - host_ip=$(ip route show 0.0.0.0/0 dev eth0 | cut -d\ -f3) - if [[ -f $socket_path ]]; then - rm $socket_path - fi - (setsid socat UNIX-LISTEN:$socket_path,fork tcp-connect:$host_ip:59544) -} - function hyperv-ssh-agent() { socket_path="$HOME/.gnupg/S.gpg-agent.ssh" - #socket_path="$HOME/.ssh/agent.sock" host_ip=$(ip route show 0.0.0.0/0 dev eth0 | cut -d\ -f3) if [[ -f $socket_path ]]; then rm $socket_path