Skip to content

Instantly share code, notes, and snippets.

@tristanlins
Last active December 1, 2018 20:59
Show Gist options
  • Save tristanlins/c81223ad7899ea085d33 to your computer and use it in GitHub Desktop.
Save tristanlins/c81223ad7899ea085d33 to your computer and use it in GitHub Desktop.
# ~/.config/plasma-workspace/shutdown/gpg-agent-shutdown.sh
#!/bin/sh
echo KILLAGENT | gpg-connect-agent
# ~/.config/plasma-workspace/env/gpg-agent-startup.sh
#!/bin/sh
gpg-agent --daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment