mirror of
https://gitea.blesmrt.net/mikaela/minidotfiles.git
synced 2025-01-27 12:44:14 +01:00
add shellrcsnippets/gpg-agent-for-ssh & mention Termux in README
This commit is contained in:
parent
0de553baf1
commit
92aeee2c88
@ -1,3 +1,7 @@
|
||||
# minidotfiles
|
||||
|
||||
Dotfiles for user accounts that are not mine, such as single purpouse ones in remote systems.
|
||||
Dotfiles for user accounts that are not mine, such as single purpouse ones
|
||||
in remote systems or lite versions for cases like Termux.
|
||||
|
||||
shellrcsnippets - append to shellrc as needed, the files shouldn't change
|
||||
much
|
||||
|
3
shellrcsnippets/gpg-agent-for-ssh
Normal file
3
shellrcsnippets/gpg-agent-for-ssh
Normal file
@ -0,0 +1,3 @@
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
|
Loading…
Reference in New Issue
Block a user