From 509075d843bd63d1c23c2e4b8616ce1daa539e34 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 3 Feb 2026 15:52:42 -0700 Subject: [PATCH] chore(fish): remove obsolete env and PATH config --- dot_config/private_fish/config.fish.tmpl | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 85bba8dbdc74c2b6db2895564799bebd854abb58..9a6738d11fc3928337878e1b557d33c92af78ea2 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -26,17 +26,9 @@ set -x NODE_PATH "$XDG_DATA_HOME/npm-packages/lib/node_modules" set -x CARGO_HOME "$XDG_DATA_HOME"/cargo set -x ASDF_DATA_DIR "$XDG_DATA_HOME/asdf" - # pi coding agent set -x PI_CODING_AGENT_DIR "$XDG_CONFIG_HOME/pi" -# Ruby crap -rbenv init - | source -set -x --prepend PATH "$HOME/.rbenv/versions/3.2.2/bin" - -# roc-lang.org -set -x --prepend PATH "$XDG_DATA_HOME/roc/current" - # Android crap set -x ANDROID_HOME "$XDG_DATA_HOME/Android" set -x ANDROID_SDK_ROOT "$ANDROID_HOME" @@ -65,7 +57,6 @@ set -x VISUAL "$EDITOR" set -x MANPAGER "nvim +Man!" set -x COLUMNS 80 set -x MANWIDTH 80 -set -x CHARM_HOST "charm.secluded.site" set -x RIPGREP_CONFIG_PATH "$HOME/.config/ripgreprc" set -x RANGER_LOAD_DEFAULT_RC false @@ -163,6 +154,7 @@ if status is-interactive # register completions (on-the-fly, non-cached, because the actual command won't be cached anyway complete -c cht -xa '(curl -s cheat.sh/:list)' + # Lots of things rely on this mise activate fish | source @@ -187,10 +179,3 @@ if status is-login echo "Spawned new ssh-agent. PID: $SSH_AGENT_PID" end end - -# Do not use fish_add_path (added in Fish 3.2) because it -# potentially changes the order of items in PATH -if not contains $_asdf_shims $PATH - set -x --prepend PATH $_asdf_shims -end -set --erase _asdf_shims