From c33115943d64e9b4430f881c288f2e81df79fa64 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 6 Jun 2024 17:38:03 +0200 Subject: [PATCH] update vscode settingss --- fish/fish_variables | 4 ++-- settings.json | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/fish/fish_variables b/fish/fish_variables index da3137f..37af499 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -1,7 +1,7 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 -SETUVAR --export SSH_AGENT_PID:2650 -SETUVAR --export SSH_AUTH_SOCK:/run/user/1000/keyring/ssh +SETUVAR --export SSH_AGENT_PID:8138 +SETUVAR --export SSH_AUTH_SOCK:/tmp/ssh\x2dXXXXXX9TgRWQ/agent\x2e8135 SETUVAR __fish_initialized:3400 SETUVAR _fisher_catppuccin_2F_fish_files:\x7e/\x2econfig/fish/themes/Catppuccin\x20Frappe\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Latte\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Macchiato\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Mocha\x2etheme SETUVAR _fisher_jorgebucaran_2F_nvm_2E_fish_files:\x7e/\x2econfig/fish/functions/_nvm_index_update\x2efish\x1e\x7e/\x2econfig/fish/functions/_nvm_list\x2efish\x1e\x7e/\x2econfig/fish/functions/_nvm_version_activate\x2efish\x1e\x7e/\x2econfig/fish/functions/_nvm_version_deactivate\x2efish\x1e\x7e/\x2econfig/fish/functions/nvm\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/nvm\x2efish\x1e\x7e/\x2econfig/fish/completions/nvm\x2efish diff --git a/settings.json b/settings.json index b50ca67..e31a632 100644 --- a/settings.json +++ b/settings.json @@ -17,5 +17,7 @@ "redhat.telemetry.enabled": true, "[markdown]": { "editor.defaultFormatter": "yzhang.markdown-all-in-one" - } -} \ No newline at end of file + }, + "files.insertFinalNewline": true, + "files.trimFinalNewlines": true +}