make launchctl commands more copy 'n paste friendly

pull/339/head
Felix Kronlage-Dammers 2 years ago
parent dc29279197
commit dae723b409

@ -2395,7 +2395,7 @@ Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent.plist` with the following con
``` ```
```console ```console
launchctl load gnupg.gpg-agent.plist launchctl load $HOME/Library/LaunchAgents/gnupg.gpg-agent.plist
``` ```
Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist` with the following contens: Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist` with the following contens:
@ -2420,7 +2420,7 @@ Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist` with the follo
``` ```
```console ```console
launchctl load gnupg.gpg-agent-symlink.plist launchctl load $HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist
``` ```
You will need to either reboot, or log out and log back in, in order to activate these changes. You will need to either reboot, or log out and log back in, in order to activate these changes.

Loading…
Cancel
Save