declutter node's repl history
This commit is contained in:
parent
1ebdadb610
commit
45eb3125f3
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ in rec {
|
||||||
GNUPGHOME = "${config.xdg.dataHome}/gnupg";
|
GNUPGHOME = "${config.xdg.dataHome}/gnupg";
|
||||||
GTK2_RC_FILES = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
GTK2_RC_FILES = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||||
LESSHISTFILE = "-";
|
LESSHISTFILE = "-";
|
||||||
|
NODE_REPL_HISTORY="${config.xdg.dataHome}/nodejs/repl_history";
|
||||||
NPM_CONFIG_USERCONFIG = "${config.xdg.configHome}/npm/npmrc";
|
NPM_CONFIG_USERCONFIG = "${config.xdg.configHome}/npm/npmrc";
|
||||||
WGETRC = "${config.xdg.configHome}/wgetrc";
|
WGETRC = "${config.xdg.configHome}/wgetrc";
|
||||||
XINITRC = "${config.xdg.configHome}/xorg/xinitrc";
|
XINITRC = "${config.xdg.configHome}/xorg/xinitrc";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue