aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-07-03 16:34:32 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-07-03 16:34:32 -0700
commit373852e3e90045b6cf758b5312b559488f14413b (patch)
tree93dddffc2378c3962c77b57a8a42eb8f8087f88d
parent166887f93edfaa597470c71e6ba2649cccfa2a57 (diff)
downloadnix-373852e3e90045b6cf758b5312b559488f14413b.tar
nix-373852e3e90045b6cf758b5312b559488f14413b.tar.gz
nix-373852e3e90045b6cf758b5312b559488f14413b.tar.bz2
nix-373852e3e90045b6cf758b5312b559488f14413b.tar.lz
nix-373852e3e90045b6cf758b5312b559488f14413b.tar.xz
nix-373852e3e90045b6cf758b5312b559488f14413b.tar.zst
nix-373852e3e90045b6cf758b5312b559488f14413b.zip
Remove unnecessary and broken commandHEADmaster
Diffstat (limited to '')
-rw-r--r--home/nipsy/common/core/zsh/zshrc5
1 files changed, 0 insertions, 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