Compare commits
2 Commits
a7f548e948
...
30e3ab0742
| Author | SHA1 | Date |
|---|---|---|
|
|
30e3ab0742 | |
|
|
4cf3083fd8 |
4
.profile
4
.profile
|
|
@ -2,8 +2,8 @@
|
|||
# ~/.profile -- Included by .bash_profile; includes ~/.profile.local
|
||||
#
|
||||
|
||||
# SSH key agent is started by systemd user
|
||||
#export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.sock"
|
||||
# SSH key agent
|
||||
[[ -e "$XDG_RUNTIME_DIR/gcr/ssh" ]] && export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
|
||||
|
||||
# GPG key stuff
|
||||
export GPG_TTY=$(tty)
|
||||
|
|
|
|||
Loading…
Reference in New Issue