From b11183b716884c2d8ad02f91a2664e9c265a48ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 13 Mar 2016 15:33:26 +0100 Subject: [PATCH] Move gpg TTY update to zshrc. --- zsh/zprofile | 2 -- zsh/zsh/90_startup.sh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 zsh/zsh/90_startup.sh diff --git a/zsh/zprofile b/zsh/zprofile index d50abff..e55dae6 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -40,7 +40,5 @@ fi # Set GPG TTY export GPG_TTY=$(tty) -gpg-connect-agent updatestartuptty /bye >/dev/null - # exec startx breaks some logind fuckery, without exec it works [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx diff --git a/zsh/zsh/90_startup.sh b/zsh/zsh/90_startup.sh new file mode 100644 index 0000000..54765e3 --- /dev/null +++ b/zsh/zsh/90_startup.sh @@ -0,0 +1 @@ +gpg-connect-agent updatestartuptty /bye >/dev/null