summaryrefslogtreecommitdiff
path: root/modules/programs/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-03 01:52:03 -0700
committerFuwn <[email protected]>2024-09-03 01:52:03 -0700
commitc6deea451af1af2fdf4aee7f1ed74209f312a9b3 (patch)
treed725ce5a39939b1379f2a4141cd0ab54c1ef16cc /modules/programs/default.nix
parenthome (diff)
downloadnixos-config-c6deea451af1af2fdf4aee7f1ed74209f312a9b3.tar.xz
nixos-config-c6deea451af1af2fdf4aee7f1ed74209f312a9b3.zip
modules
Diffstat (limited to 'modules/programs/default.nix')
-rw-r--r--modules/programs/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/programs/default.nix b/modules/programs/default.nix
index ae1670a..7139072 100644
--- a/modules/programs/default.nix
+++ b/modules/programs/default.nix
@@ -12,5 +12,9 @@
ssh.startAgent = false;
ccache.enable = true;
nix-index-database.comma.enable = true;
+
+ bash.interactiveShellInit = ''
+ export HISTFILE="$XDG_STATE_HOME/bash/history"
+ '';
};
}