From b069ab075ab6b0457ae0faa80680b17de16ef8c0 Mon Sep 17 00:00:00 2001 From: HeCodes2Much Date: Sun, 25 Aug 2024 20:05:33 +0100 Subject: [PATCH] remove old files --- .config/fish/fish_variables | 4 ++++ .config/{languages.conf => languages.sh} | 2 +- .config/{license.conf => license.sh} | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) rename .config/{languages.conf => languages.sh} (78%) rename .config/{license.conf => license.sh} (78%) diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index eeff0b7d9..01f582322 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -1,6 +1,10 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR __fish_initialized:3400 +SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fisher\x2efish\x1e\x7e/\x2econfig/fish/completions/fisher\x2efish +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 +SETUVAR _fisher_plugins:jorgebucaran/fisher\x1ejorgebucaran/nvm\x2efish +SETUVAR _fisher_upgraded_to_4_4:\x1d SETUVAR fish_color_cwd_root:red SETUVAR fish_color_history_current:\x2d\x2dbold SETUVAR fish_color_status:red diff --git a/.config/languages.conf b/.config/languages.sh similarity index 78% rename from .config/languages.conf rename to .config/languages.sh index 2e57f2ceb..6a37bd4cd 100644 --- a/.config/languages.conf +++ b/.config/languages.sh @@ -2,5 +2,5 @@ export AUTHOR_NAME='HeCodes2Much' export AUTHOR_EMAIL='wayne6324@gmail.com' export AUTHOR_WEBSITE='https://063240.xyz/' -export AUTHOR_GIT='https://github.com/HeCodes2Much/' +export AUTHOR_GIT='http://github.com/HeCodes2Much' export LANGUAGE_DIR='/home/wayne/.config/languages' diff --git a/.config/license.conf b/.config/license.sh similarity index 78% rename from .config/license.conf rename to .config/license.sh index 594307cfb..2cb587021 100644 --- a/.config/license.conf +++ b/.config/license.sh @@ -2,5 +2,5 @@ export AUTHOR_NAME='HeCodes2Much' export AUTHOR_EMAIL='wayne6324@gmail.com' export AUTHOR_WEBSITE='https://063240.xyz/' -export AUTHOR_GIT='https://github.com/HeCodes2Much/' +export AUTHOR_GIT='http://github.com/HeCodes2Much' export LICENSE_DIR='/home/wayne/.config/licenses'