summaryrefslogtreecommitdiff
path: root/dot_config/private_fish/conf.d/history.fish
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 /dot_config/private_fish/conf.d/history.fish
parentsh: major update to xdg (diff)
fish: remove old xdg stuff
Diffstat (limited to 'dot_config/private_fish/conf.d/history.fish')
-rw-r--r--dot_config/private_fish/conf.d/history.fish12
1 files changed, 0 insertions, 12 deletions
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