From e6c983dc99e586fd93f8c15ec37e58d541563ee2 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 21 Sep 2023 18:12:06 +0200 Subject: [PATCH] update nvm to use lts --- dot_config/fish/fish_variables | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/fish/fish_variables b/dot_config/fish/fish_variables index 262c93a..f896f56 100644 --- a/dot_config/fish/fish_variables +++ b/dot_config/fish/fish_variables @@ -1,7 +1,7 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR --export SSH_AGENT_PID:445 -SETUVAR --export SSH_AUTH_SOCK:/tmp/ssh\x2dXXXXXXtIcjkp/agent\x2e444 +SETUVAR --export SSH_AUTH_SOCK:/tmp/ssh\x2dXXXXXXhZRopU/agent\x2e444 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 @@ -38,6 +38,7 @@ SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr SETUVAR fish_user_paths:/home/nezia/bin +SETUVAR nvm_default_version:lts SETUVAR pure_begin_prompt_with_current_directory:true SETUVAR pure_check_for_new_release:false SETUVAR pure_color_at_sign:pure_color_mute