home: zsh: store history in XDG_DATA_HOME
This commit is contained in:
parent
90f2a7f274
commit
e92ff24814
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
@ -10,6 +10,7 @@
|
|||
ignoreSpace = true;
|
||||
ignoreDups = true;
|
||||
share = true;
|
||||
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
||||
};
|
||||
|
||||
plugins = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue