summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloé Vulquin <code@toast.bunkerlabs.net>2024-12-12 16:03:45 +0100
committerChloé Vulquin <code@toast.bunkerlabs.net>2024-12-12 16:03:45 +0100
commite662c914e73f46b0baa2857e904412046dae3e60 (patch)
treec0d82526677af91d69777644c8a65235dfa5123c
parentfish: add history configuration (diff)
fish/history: node_history -> node
No idea how this happened.
-rw-r--r--dot_config/private_fish/conf.d/history.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/private_fish/conf.d/history.fish b/dot_config/private_fish/conf.d/history.fish
index 41ddf15..9dc4d68 100644
--- a/dot_config/private_fish/conf.d/history.fish
+++ b/dot_config/private_fish/conf.d/history.fish
@@ -3,7 +3,7 @@
# I want all my history in ~/.local/share/history/, so…
set -Uuq RLWRAP_HOME || set -Uu RLWRAP_HOME ~/.local/share/history
set -Uuq LESSHISTFILE || set -Uu LESSHISTFILE $RLWRAP_HOME/less
-set -Uuq NODE_REPL_HISTORY || set -Uu NODE_REPL_HISTORY $RLWRAP_HOME/node_history
+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