mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.system.default: do not set HISTFILE
This commit is contained in:
@@ -26,8 +26,12 @@ inputs:
|
||||
XDG_CONFIG_HOME = "$HOME/.config";
|
||||
XDG_DATA_HOME = "$HOME/.local/share";
|
||||
XDG_STATE_HOME = "$HOME/.local/state";
|
||||
# do not set ANDROID_HOME, since some adb tools does not respect it
|
||||
# ANDROID_HOME = "${XDG_DATA_HOME}/android";
|
||||
HISTFILE= "${XDG_STATE_HOME}/bash/history";
|
||||
# do not export HISTFILE
|
||||
# when HISTFILE is export but HISTSIZE is set but not export, in sub shell,
|
||||
# HISTFILE will persist but HISTSIZE will not, make history file be overwritten
|
||||
# HISTFILE= "${XDG_STATE_HOME}/bash/history";
|
||||
CUDA_CACHE_PATH = "${XDG_CACHE_HOME}/nv";
|
||||
GNUPGHOME = "${XDG_DATA_HOME}/gnupg";
|
||||
GTK2_RC_FILES = "${XDG_CONFIG_HOME}/gtk-2.0/gtkrc";
|
||||
|
||||
Reference in New Issue
Block a user