Potentially fixed an issue with the XDG_CONFIG_HOME being set to a

static value on default
This commit is contained in:
Jellyfish 2025-09-18 03:26:15 -07:00
parent 1a64368b03
commit 51853736a0
3 changed files with 8 additions and 4 deletions

View File

@ -26,5 +26,9 @@ function fish_user_key_bindings
bind '$' bind_dollar
end
function setXDG
set -gx XDG_CONFIG_HOME /home/(whoami)/\x2econfig/
end
# Starship
starship init fish | source

View File

@ -1,7 +1,6 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR --export EDITOR:nvim
SETUVAR --export XDG_CONFIG_HOME:/home/jellyfish/\x2econfig/
SETUVAR __fish_initialized:3800
SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig//fish/functions/fisher\x2efish\x1e\x7e/\x2econfig//fish/completions/fisher\x2efish
SETUVAR _fisher_patrickf1_2F_fzf_2E_fish_files:\x7e/\x2econfig//fish/functions/_fzf_configure_bindings_help\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_extract_var_info\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_preview_changed_file\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_preview_file\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_report_diff_type\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_report_file_type\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_search_directory\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_search_git_log\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_search_git_status\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_search_history\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_search_processes\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_search_variables\x2efish\x1e\x7e/\x2econfig//fish/functions/_fzf_wrapper\x2efish\x1e\x7e/\x2econfig//fish/functions/fzf_configure_bindings\x2efish\x1e\x7e/\x2econfig//fish/conf\x2ed/fzf\x2efish\x1e\x7e/\x2econfig//fish/completions/fzf_configure_bindings\x2efish
@ -37,4 +36,5 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di
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/jellyfish/\x2elocal/bin\x1e/home/testing/\x2elocal/bin

View File

@ -1,3 +1,3 @@
require("config.bindings")
require("config.lazy")
require("config.options")
require "config.bindings"
require "config.lazy"
require "config.options"