summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloé Vulquin <code@toast.bunkerlabs.net>2026-01-18 22:53:38 +0100
committerChloé Vulquin <code@toast.bunkerlabs.net>2026-01-18 22:53:38 +0100
commitc724ff4b58493fe0099aece4aa650f0dd91187a4 (patch)
tree5136fb5756d2062002870dcaec9716e06ff62c16
parentsh: major update to xdg (diff)
fish: remove old xdg stuff
-rw-r--r--dot_config/private_fish/conf.d/clojure.fish3
-rw-r--r--dot_config/private_fish/conf.d/dotnet.fish2
-rw-r--r--dot_config/private_fish/conf.d/history.fish12
-rw-r--r--dot_config/private_fish/conf.d/julia.fish3
-rw-r--r--dot_config/private_fish/conf.d/ocaml.fish6
-rw-r--r--dot_config/private_fish/conf.d/python.fish7
-rw-r--r--dot_config/private_fish/conf.d/rust.fish3
7 files changed, 0 insertions, 36 deletions
diff --git a/dot_config/private_fish/conf.d/clojure.fish b/dot_config/private_fish/conf.d/clojure.fish
deleted file mode 100644
index 0095c5c..0000000
--- a/dot_config/private_fish/conf.d/clojure.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-set -Uuq CLJ_CACHE || set -Uu CLJ_CACHE ~/.cache/clojure
-set -Uuq CLJ_CONFIG || set -Uu CLJ_CONFIG ~/.config/clojure
-setux CLJ_CACHE CLJ_CONFIG
diff --git a/dot_config/private_fish/conf.d/dotnet.fish b/dot_config/private_fish/conf.d/dotnet.fish
deleted file mode 100644
index c00e7ea..0000000
--- a/dot_config/private_fish/conf.d/dotnet.fish
+++ /dev/null
@@ -1,2 +0,0 @@
-set -Uuq DOTNET_CLI_HOME || set -Uu DOTNET_CLI_HOME ~/.local/dotnet
-setux DOTNET_CLI_HOME
diff --git a/dot_config/private_fish/conf.d/history.fish b/dot_config/private_fish/conf.d/history.fish
deleted file mode 100644
index 311e2ad..0000000
--- a/dot_config/private_fish/conf.d/history.fish
+++ /dev/null
@@ -1,12 +0,0 @@
-# a bunch of items pollute ~ with history files
-# and they all want different stuff to not do that!
-# I want all my history in ~/.local/share/history/, so…
-set -Uuq RLWRAP_HOME || set -Uu RLWRAP_HOME ~/.local/state/history
-set -Uuq LESSHISTFILE || set -Uu LESSHISTFILE $RLWRAP_HOME/less
-set -Uuq NODE_REPL_HISTORY || set -Uu NODE_REPL_HISTORY $RLWRAP_HOME/node
-set -Uuq PSQL_HISTORY || set -Uu PSQL_HISTORY $RLWRAP_HOME/psql
-set -Uuq PYTHON_HISTORY || set -Uu PYTHON_HISTORY $RLWRAP_HOME/python
-set -Uuq SQLITE_HISTORY || set -Uu SQLITE_HISTORY $RLWRAP_HOME/sqlite
-set -Uuq USQL_HISTORY || set -Uu USQL_HISTORY $RLWRAP_HOME/usql
-
-setux RLWRAP_HOME LESSHISTFILE NODE_REPL_HISTORY PSQL_HISTORY PYTHON_HISTORY SQLITE_HISTORY
diff --git a/dot_config/private_fish/conf.d/julia.fish b/dot_config/private_fish/conf.d/julia.fish
deleted file mode 100644
index 857fe97..0000000
--- a/dot_config/private_fish/conf.d/julia.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-set -Uuq JULIA_DEPOT_PATH || set -Uu JULIA_DEPOT_PATH ~/.local/julia
-set -Uuq JULIAUP_DEPOT_PATH || set -Uu JULIAUP_DEPOT_PATH $JULIA_DEPOT_PATH/juliaup
-setux JULIA_DEPOT_PATH JULIAUP_DEPOT_PATH
diff --git a/dot_config/private_fish/conf.d/ocaml.fish b/dot_config/private_fish/conf.d/ocaml.fish
deleted file mode 100644
index 11817df..0000000
--- a/dot_config/private_fish/conf.d/ocaml.fish
+++ /dev/null
@@ -1,6 +0,0 @@
-set -Uuq OPAMROOT || set -Uu OPAMROOT ~/.local/ocaml
-setux OPAMROOT
-
-test -r $OPAMROOT/opam-init/init.fish
-and source $OPAMROOT/opam-init/init.fish >/dev/null 2>/dev/null
-or true
diff --git a/dot_config/private_fish/conf.d/python.fish b/dot_config/private_fish/conf.d/python.fish
deleted file mode 100644
index 6c4f81d..0000000
--- a/dot_config/private_fish/conf.d/python.fish
+++ /dev/null
@@ -1,7 +0,0 @@
-set -Uuq IPYTHONDIR || set -Uu IPYTHONDIR ~/.local/python/ipython
-set -Uuq JUPYTER_CONFIG_DIR || set -Uu JUPYTER_CONFIG_DIR ~/.local/python/jupyter
-set -Uuq UV_PYTHON_BIN_DIR || set -Uu UV_PYTHON_BIN_DIR ~/.local/python/bin
-set -Uuq UV_PYTHON_INSTALL_DIR || set -Uu UV_PYTHON_INSTALL_DIR ~/.local/python/interpreters
-set -Uuq UV_TOOL_BIN_DIR || set -Uu UV_TOOL_BIN_DIR ~/.local/python/bin
-set -Uuq UV_TOOL_DIR || set -Uu UV_TOOL_DIR ~/.local/python/tools
-setux IPYTHONDIR JUPYTER_CONFIG_DIR UV_PYTHON_BIN_DIR UV_PYTHON_INSTALL_DIR UV_TOOL_BIN_DIR UV_TOOL_DIR
diff --git a/dot_config/private_fish/conf.d/rust.fish b/dot_config/private_fish/conf.d/rust.fish
deleted file mode 100644
index cc515e0..0000000
--- a/dot_config/private_fish/conf.d/rust.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-set -Uuq CARGO_HOME || set -Uu CARGO_HOME ~/.local/rust
-set -Uuq RUSTUP_HOME || set -Uu RUSTUP_HOME ~/.local/rust
-setux CARGO_HOME RUSTUP_HOME