This commit is contained in:
joygnu 2024-07-16 10:58:42 +02:00
parent f643292ea8
commit 65ef8b3e23

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... } :
{ pkgs, ... } :
{
programs.zsh = {
@ -31,8 +31,8 @@
ev = "nvim ~/nix/home/neovim/default.nix";
};
history.size = 100000;
history.path = "${config.xdg.dataHome}/zsh/history";
history.size = 1000000;
history.path = "~/.config/zsh/history";
oh-my-zsh = {
enable = true;