Created
January 29, 2021 06:04
-
-
Save lifeiscontent/f977025b47763ff74393350ea97039ea to your computer and use it in GitHub Desktop.
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
{ | |
"remoteUser" : "${localEnv:USER}", | |
"remoteEnv" : { | |
"COLORTERM" : "${localEnv:COLORTERM}", | |
"DBUS_SESSION_BUS_ADDRESS" : "${localEnv:DBUS_SESSION_BUS_ADDRESS}", | |
"DESKTOP_SESSION" : "${localEnv:DESKTOP_SESSION}", | |
"DISPLAY" : "${localEnv:DISPLAY}", | |
"LANG" : "${localEnv:LANG}", | |
"SHELL" : "${localEnv:SHELL}", | |
"SSH_AUTH_SOCK" : "${localEnv:SSH_AUTH_SOCK}", | |
"TERM" : "${localEnv:TERM}", | |
"VTE_VERSION" : "${localEnv:VTE_VERSION}", | |
"XDG_CURRENT_DESKTOP" : "${localEnv:XDG_CURRENT_DESKTOP}", | |
"XDG_DATA_DIRS" : "${localEnv:XDG_DATA_DIRS}", | |
"XDG_MENU_PREFIX" : "${localEnv:XDG_MENU_PREFIX}", | |
"XDG_RUNTIME_DIR" : "${localEnv:XDG_RUNTIME_DIR}", | |
"XDG_SESSION_DESKTOP" : "${localEnv:XDG_SESSION_DESKTOP}", | |
"XDG_SESSION_TYPE" : "${localEnv:XDG_SESSION_TYPE}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment