declutter node's repl history

This commit is contained in:
LavaDesu 2021-06-06 14:19:58 +07:00
parent 1ebdadb610
commit 45eb3125f3
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -130,6 +130,7 @@ in rec {
GNUPGHOME = "${config.xdg.dataHome}/gnupg";
GTK2_RC_FILES = "${config.xdg.configHome}/gtk-2.0/gtkrc";
LESSHISTFILE = "-";
NODE_REPL_HISTORY="${config.xdg.dataHome}/nodejs/repl_history";
NPM_CONFIG_USERCONFIG = "${config.xdg.configHome}/npm/npmrc";
WGETRC = "${config.xdg.configHome}/wgetrc";
XINITRC = "${config.xdg.configHome}/xorg/xinitrc";