diff --git a/private_Library/private_Application Support/private_Code/User/settings.json b/private_Library/private_Application Support/private_Code/User/settings.json index 7e048eb..e4babe1 100644 --- a/private_Library/private_Application Support/private_Code/User/settings.json +++ b/private_Library/private_Application Support/private_Code/User/settings.json @@ -45,5 +45,8 @@ "gitlab.aiAssistedCodeSuggestions.enabled": false, "gitlens.showWelcomeOnInstall": false, "gitlens.showWhatsNewAfterUpgrades": false, - "projectManager.groupList": true + "projectManager.groupList": true, + "[json]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + } } \ No newline at end of file diff --git a/private_dot_local/bin/executable_vpn b/private_dot_local/bin/executable_vpn index 7ee59bc..dffcf31 100644 --- a/private_dot_local/bin/executable_vpn +++ b/private_dot_local/bin/executable_vpn @@ -17,7 +17,8 @@ case "$1" in up) # Start the VPN connection VPN_PASSWORD=$(get_vpn_password) - echo $VPN_PASSWORD | sudo openconnect --passwd-on-stdin --config .config/openconnect/intersport.de.conf > /dev/null 2>/dev/null + echo $VPN_PASSWORD | sudo openconnect --passwd-on-stdin --config $HOME/.config/openconnect/intersport.de.conf +#> /dev/null 2>/dev/null ;; down) # Terminate the VPN connection diff --git a/private_dot_ssh/config b/private_dot_ssh/config index 6ca2fa4..d210202 100644 --- a/private_dot_ssh/config +++ b/private_dot_ssh/config @@ -6,4 +6,8 @@ Host gitlab.com User git IdentityFile ~/.ssh/id_ed25519-work +Host *.intersport.de + User gitea + IdentityFile ~/.ssh/id_ed25519-work + AddKeysToAgent yes