Update stuff

This commit is contained in:
Tobias Reisinger 2022-07-21 17:47:25 +02:00
parent e0d2922b81
commit 5216b386c3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 13 additions and 6 deletions

View file

@ -1,3 +1,4 @@
. /etc/profile
. "$HOME/.config/environment"
. "$HOME/.config/aliasrc"
@ -5,7 +6,7 @@ if [ -x "$(command -v gpgconf)" ]
then
ssh_sock=$(gpgconf --list-dirs agent-ssh-socket)
export SSH_AUTH_SOCK="$ssh_sock"
gpgconf --launch gpg-agent
gpgconf --launch gpg-agent >/dev/null
fi
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then