From d562ac5f990f7221048b9e3b5c85e887ab2d44e5 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 10 Jul 2023 12:14:23 -0400 Subject: [PATCH] cleanup: add node repl history --- src/.local/bin/cleanup | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.local/bin/cleanup b/src/.local/bin/cleanup index 565e235..4b05753 100755 --- a/src/.local/bin/cleanup +++ b/src/.local/bin/cleanup @@ -22,6 +22,7 @@ rm -rf \ ~/.electron-gyp \ ~/.yarn \ ~/.yarnrc \ +~/.node_repl_history \ ~/.vimspector.log # ipython supports XDG_CONFIG just not by default