From 373852e3e90045b6cf758b5312b559488f14413b Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 3 Jul 2025 16:34:32 -0700 Subject: Remove unnecessary and broken command --- home/nipsy/common/core/zsh/zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/nipsy/common/core/zsh/zshrc b/home/nipsy/common/core/zsh/zshrc index af6df09..08d4025 100644 --- a/home/nipsy/common/core/zsh/zshrc +++ b/home/nipsy/common/core/zsh/zshrc @@ -31,11 +31,6 @@ if [[ -z "${DISPLAY}" ]] && [[ $(tty) == "/dev/tty1" ]]; then fi -# if already in Wayland, update the GPG TTY so ssh-askpass will work correctly -if [[ -n "${WAYLAND_DISPLAY}" ]]; then - gpg-connect-agent updatestartuptty /bye >/dev/null -fi - # completion options setopt LIST_PACKED MENU_COMPLETE # expansion and globbing options -- cgit v1.2.3