Update stuff
This commit is contained in:
parent
e0d2922b81
commit
5216b386c3
6 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue