mmkay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... |
...
...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# User mode service for ssh-agent -- set the environment variables | |
SSH_AGENT_PID=$(systemctl --user show ssh-agent.service | grep ^MainPID= | cut -d= -f2) | |
if [ "0" = "${SSH_AGENT_PID}" ]; then | |
systemctl --user restart ssh-agent.service | |
SSH_AGENT_PID=$(systemctl --user show ssh-agent.service | grep ^MainPID= | cut -d= -f2) | |
fi | |
export SSH_AGENT_PID | |
export SSH_AUTH_SOCK="/run/user/$(id -u)/openssh_agent" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2019 Maxwell Bloch, MIT license | |
[Desktop Entry] | |
Type=Application | |
Name=Code - Insiders | |
Version=1.1 | |
GenericName=IDE | |
Icon=code-insiders | |
Exec=/usr/bin/code-insiders %F | |
Terminal=false | |
StartupWMClass=Code - Insiders |
NewerOlder